Skip to content

Commit

Permalink
Merge pull request #1519 from Azure/antmarti/node14
Browse files Browse the repository at this point in the history
Declare dependency on node 14
  • Loading branch information
jorgecotillo authored Feb 22, 2021
2 parents 1c6cc27 + 886378b commit 4011384
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autogenerateBatch0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 10.x
node-version: 14.x

- name: Install packages
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 10.x
node-version: 14.x

- name: GitHub context (actor and head ref)
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 10.x
node-version: 14.x

- name: Install NPM modules
run: npm ci
Expand Down
4 changes: 4 additions & 0 deletions generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "azure-schema-generator",
"private": true,
"version": "1.0.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"list-basepaths": "ts-node cmd/listbasepaths",
"list-resources": "ts-node cmd/listresources",
Expand Down

0 comments on commit 4011384

Please sign in to comment.