Skip to content

Commit 5c95cc2

Browse files
author
Daniil Yankouski
committed
Update node versions for github.workflow
1 parent 5bc8a1d commit 5c95cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: ['14.x']
9+
node-version: ['16.x']
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Setting up Node.js (v${{ matrix.node-version }}.x)
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node-version: ['14.x']
23+
node-version: ['16.x']
2424
fail-fast: false
2525
steps:
2626
- uses: actions/checkout@v1
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
node-version: ['14.x']
38+
node-version: ['16.x']
3939
steps:
4040
- uses: actions/checkout@v1
4141
- name: Setting up Node.js (v${{ matrix.node-version }}.x)

0 commit comments

Comments
 (0)