mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
setup node 19 on the other two workflows aswell
This commit is contained in:
parent
00a1756f05
commit
23ce59e72e
5
.github/workflows/test-lint.yml
vendored
5
.github/workflows/test-lint.yml
vendored
@ -10,6 +10,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup Node 19
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: '19'
|
||||||
|
|
||||||
- name: npm-install
|
- name: npm-install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
|
|||||||
5
.github/workflows/vuepress-deploy.yml
vendored
5
.github/workflows/vuepress-deploy.yml
vendored
@ -12,6 +12,11 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
|
- name: Setup Node 19
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: '19'
|
||||||
|
|
||||||
- name: vuepress-deploy
|
- name: vuepress-deploy
|
||||||
uses: jenkey2011/vuepress-deploy@v1.8.1
|
uses: jenkey2011/vuepress-deploy@v1.8.1
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user