Skip to content

Commit

Permalink
ci(test.yml): set version v3 to actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 27, 2022
1 parent b35b49f commit 857c4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: npm
Expand Down

0 comments on commit 857c4e2

Please sign in to comment.