mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge pull request #84 from IT4Change/dependabot/github_actions/actions/setup-node-4
build(other): bump actions/setup-node from 3 to 4
This commit is contained in:
commit
2b008a6bc4
8
.github/workflows/test-build.yml
vendored
8
.github/workflows/test-build.yml
vendored
@ -10,13 +10,13 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
- name: Setup Node 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '19'
|
||||
node-version: '20'
|
||||
|
||||
- name: npm-install
|
||||
run: npm install
|
||||
|
||||
- name: npm-build
|
||||
run: npm run build
|
||||
run: npm run build
|
||||
|
||||
8
.github/workflows/test-lint.yml
vendored
8
.github/workflows/test-lint.yml
vendored
@ -10,13 +10,13 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
- name: Setup Node 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '19'
|
||||
node-version: '20'
|
||||
|
||||
- name: npm-install
|
||||
run: npm install
|
||||
|
||||
- name: npm-test
|
||||
run: npm test
|
||||
run: npm test
|
||||
|
||||
8
.github/workflows/vuepress-deploy.yml
vendored
8
.github/workflows/vuepress-deploy.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
- name: Setup Node 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '19'
|
||||
node-version: '20'
|
||||
|
||||
- name: vuepress-deploy
|
||||
uses: jenkey2011/vuepress-deploy@master
|
||||
@ -25,4 +25,4 @@ jobs:
|
||||
TARGET_BRANCH: gh-pages
|
||||
BUILD_SCRIPT: npm install && npm run build-node16
|
||||
BUILD_DIR: docs/.vuepress/dist
|
||||
# CNAME: https://www.it4c.dev
|
||||
# CNAME: https://www.it4c.dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user