mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
set node version 19 in test lint workflow
This commit is contained in:
parent
80d4a37794
commit
863aba4730
4
.github/workflows/test-lint.yml
vendored
4
.github/workflows/test-lint.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node 20
|
- name: Setup Node 19
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '19'
|
||||||
|
|
||||||
- name: npm-install
|
- name: npm-install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user