ci(github): update ci workflows node version

This commit is contained in:
cedoor
2023-05-29 16:01:31 +01:00
parent a9e0338cc2
commit c8629e25db
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path