Skip to content

Commit

Permalink
Merge pull request #150 from nschonni/checkout-v2
Browse files Browse the repository at this point in the history
ci: use actions/checkout v2
  • Loading branch information
srt32 committed Dec 8, 2021
2 parents 4fa8897 + f7809ff commit 81d741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 81d741c

Please sign in to comment.