Change node version to use the latest LTS

We probably need to modify our `ofn-install` build to also use the latest LTS
This commit is contained in:
Jean-Baptiste Bellet
2022-10-20 10:20:09 +02:00
parent 2fcbe437f2
commit 7ffd4669be

View File

@@ -54,7 +54,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14.15.5'
node-version: 16
- name: Install JS dependencies
run: yarn install --frozen-lockfile
@@ -101,7 +101,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14.15.5'
node-version: 16
- name: Install JS dependencies
run: yarn install --frozen-lockfile