Skip to content
Snippets Groups Projects
Unverified Commit 005eeb0e authored by GyDi's avatar GyDi
Browse files

chore: update ci node version

parent d21bb015
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install Dependencies (ubuntu only)
if: startsWith(matrix.os, 'ubuntu-')
......
......@@ -44,7 +44,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
# - name: Install Dependencies (ubuntu18 only)
# if: matrix.targets.os == 'ubuntu-18.04'
......
......@@ -52,7 +52,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install Dependencies (ubuntu only)
if: startsWith(github.event.inputs.os, 'ubuntu-')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment