Skip to content

Commit e0017e9

Browse files
Devansu-Yadavsinedied
authored andcommitted
build(packaging): Update nodejs and npm versions
1 parent c69726a commit e0017e9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"args": {
88
// Please look at runtime version support to make sure you're using compatible versions
99
// https://docs.microsoft.com/en-us/azure/azure-functions/supported-languages#languages-by-runtime-version
10-
"NODE_VERSION": "14",
10+
"NODE_VERSION": "16",
1111
"CORE_TOOLS_VERSION": "4"
1212
}
1313
},

.github/workflows/azuresdkdrop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- uses: actions/checkout@v2
3434
with:
3535
ref: main
36-
- name: Use Node.js 14.x
36+
- name: Use Node.js 16.x
3737
uses: actions/setup-node@v1
3838
with:
39-
node-version: 14.x
39+
node-version: 16.x
4040

4141
- run: npm ci
4242
- run: npm run build

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ jobs:
101101

102102
steps:
103103
- uses: actions/checkout@v2
104-
- name: Use Node.js 14.x
104+
- name: Use Node.js 16.x
105105
uses: actions/setup-node@v1
106106
with:
107-
node-version: 14.x
107+
node-version: 16.x
108108

109109
- run: npm ci
110110
- run: npm version prerelease --preid=ci-$GITHUB_RUN_ID --no-git-tag-version

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
16

0 commit comments

Comments
 (0)