mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Revert "set node version 19 in test lint workflow"
This reverts commit 863aba473051f19eeab81e747636fbc374fe2f94.
This commit is contained in:
parent
863aba4730
commit
febe91b7ef
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 19
|
- name: Setup Node 20
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '19'
|
node-version: '20'
|
||||||
|
|
||||||
- name: npm-install
|
- name: npm-install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user