Skip to content

Commit

Permalink
chore: upgrade actions/setup-node to version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Mar 10, 2024
1 parent 6b052d6 commit d01b0fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node: [ 18, 19, 20 ]
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.2
name: Set up NodeJS
with:
node-version: ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4.1.1
with:
fetch-tags: true
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.2
name: Set up NodeJS
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.2
name: Set up NodeJS
with:
node-version: 18
Expand Down

0 comments on commit d01b0fb

Please sign in to comment.