Skip to content

Commit

Permalink
chore(ci): upgrade actions/setup-node to version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Oct 16, 2022
1 parent 5a04b19 commit e29da1e
Showing 1 changed file with 1 addition and 1 deletion.
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: [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3.5.1
name: Set up NodeJS
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit e29da1e

Please sign in to comment.