Skip to content

Commit

Permalink
fix: Use specific setup-node action version
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Sep 19, 2022
1 parent 6bca195 commit e095a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
node-version: [14.x]
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3.4.1
- uses: actions/[email protected]
- run: |
npm install
Expand Down

0 comments on commit e095a56

Please sign in to comment.