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 v6 (#928)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
595e724a66
commit
cfbc0d89a6
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- run: npm run eslint
|
||||
|
||||
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: |
|
||||
|
||||
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@v4
|
||||
uses: actions/setup-node@v6
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Install hexo-tag-embed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user