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 18f7f2b commit ed46735
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 @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Test with Node.js ${{ matrix.node_version }}
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
Expand Down

0 comments on commit ed46735

Please sign in to comment.