Skip to content

Commit

Permalink
chore: add actions/setup-node@v4.0.3 (jobs.test-node.steps.uses)
Browse files Browse the repository at this point in the history
chore: add actions/setup-node@v4.0.3 (jobs.release.steps.uses)
  • Loading branch information
arlac77 committed Jul 9, 2024
1 parent cfa0601 commit aa2d1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt-get install -f ./pacman-utils_5.2.2-3_amd64.deb
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.2
- uses: actions/setup-node@v4.0.3
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.2
- uses: actions/setup-node@v4.0.3
with:
node-version: 22.4.1
cache: npm
Expand Down

0 comments on commit aa2d1cb

Please sign in to comment.