Skip to content

Commit

Permalink
deps(actions): Use setup-node@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Dec 27, 2020
1 parent 25a8804 commit 64b3a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm ci
Expand Down

0 comments on commit 64b3a21

Please sign in to comment.