Skip to content

Commit d354687

Browse files
committed
Updated node version to 16 for all CI runs
1 parent 907c521 commit d354687

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 14
21+
node-version: 16
2222
- name: Setup Docker
2323
run: |
2424
docker pull s1hofmann/nut-ci:latest
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
os: [ windows-latest, macos-latest ]
60-
node: [ 14 ]
60+
node: [ 16 ]
6161
runs-on: ${{matrix.os}}
6262
steps:
6363
- name: Set up Git repository

.github/workflows/snapshot_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest, windows-latest, macos-latest ]
17-
node: [ 14 ]
17+
node: [ 16 ]
1818
runs-on: ${{matrix.os}}
1919
steps:
2020
- name: Set up Git repository
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up node
6060
uses: actions/setup-node@v2
6161
with:
62-
node-version: 14
62+
node-version: 16
6363
registry-url: 'https://registry.npmjs.org'
6464
- name: Install
6565
run: npm ci

.github/workflows/tagged_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest, windows-latest, macos-latest ]
12-
node: [ 14 ]
12+
node: [ 16 ]
1313
runs-on: ${{matrix.os}}
1414
steps:
1515
- name: Set up Git repository
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up node
5252
uses: actions/setup-node@v2
5353
with:
54-
node-version: 14
54+
node-version: 16
5555
registry-url: 'https://registry.npmjs.org'
5656
- name: Install
5757
run: npm ci

0 commit comments

Comments
 (0)