mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
ensure we run on node 19
This commit is contained in:
parent
db3643c41a
commit
00a1756f05
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
@ -10,6 +10,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '19'
|
||||
|
||||
- name: npm-install
|
||||
run: npm install
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user