Skip to content

Commit 709a5c7

Browse files
authored
Merge pull request #34 from nordcloud/MCA-1517-update-nodejs
MCA-1517 updated nodejs version to node 16
2 parents 5492c00 + 52c7824 commit 709a5c7

4 files changed

Lines changed: 7126 additions & 34 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @eliasvaltteri @henrinie @jererobles @nikolauska @biphobe @Ben3eeE @daniel0707 @jsAhonen @Zufallsgenerat0r @machnicki @sahu-akash @jupekett @vedran-brnjetic @damianjozwiak
1+
* @henrinie @biphobe @jsAhonen @Zufallsgenerat0r @sahu-akash @jupekett @vedran-brnjetic @damianjozwiak @toorhamza @martpet

.github/workflows/on_pr_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [12.x, 14.x]
14+
node-version: [14.x, 16.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
node-version: [12.x, 14.x]
28+
node-version: [14.x, 16.x]
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Use Node.js ${{ matrix.node-version }}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12
1+
v16

0 commit comments

Comments
 (0)