Skip to content

Commit

Permalink
Update actions/setup-node action to v2 (next-theme#161)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
2 people authored and moonfox committed Apr 5, 2021
1 parent fa9888c commit 622dd50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
- run: npm install
- run: npm run eslint
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
repository: hexojs/hexo-starter
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
- name: Cache NPM dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 622dd50

Please sign in to comment.