Skip to content

Commit

Permalink
CI: update to actions/setup-node@v2 (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 18, 2021
1 parent b65f699 commit 264b2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 264b2b5

Please sign in to comment.