mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Update actions/setup-node action to v2 (#161)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c5f2ce7a43
commit
e43da27dcf
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@ -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
.github/workflows/tester.yml
vendored
2
.github/workflows/tester.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user