зеркало из
1
0
Форкнуть 0

build(packaging): Update nodejs and npm versions

This commit is contained in:
Devansu 2022-03-28 10:38:13 +00:00 коммит произвёл Yohan Lasorsa
Родитель c69726a24b
Коммит e0017e9cad
4 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -7,7 +7,7 @@
"args": {
// Please look at runtime version support to make sure you're using compatible versions
// https://docs.microsoft.com/en-us/azure/azure-functions/supported-languages#languages-by-runtime-version
"NODE_VERSION": "14",
"NODE_VERSION": "16",
"CORE_TOOLS_VERSION": "4"
}
},

4
.github/workflows/azuresdkdrop.yml поставляемый
Просмотреть файл

@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: main
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- run: npm ci
- run: npm run build

4
.github/workflows/node.yml поставляемый
Просмотреть файл

@ -101,10 +101,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- run: npm ci
- run: npm version prerelease --preid=ci-$GITHUB_RUN_ID --no-git-tag-version

2
.nvmrc
Просмотреть файл

@ -1 +1 @@
14
16