Skip to content

Commit

Permalink
chore(deps): update node.js to v16.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 1, 2022
1 parent 688044d commit 3713dc2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.14.2' # renovate:keep-up-to-date
node-version: '16.15.0' # renovate:keep-up-to-date
- name: Install npm dependencies
run: npm ci
- name: Prettier
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.14.2' # renovate:keep-up-to-date
node-version: '16.15.0' # renovate:keep-up-to-date
- name: Install npm dependencies
run: npm ci
- name: Build VS Code extension
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"engines": {
"vscode": "^1.66.1",
"node": "^16.14.2"
"node": "^16.15.0"
},
"icon": "images/logo.png",
"galleryBanner": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"@types/chai-as-promised": "^7.1.5",
"@types/minimatch": "^3.0.5",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.27",
"@types/node": "^16.11.33",
"@types/relateurl": "^0.2.29",
"@types/semver": "^7.3.9",
"@types/urlencode": "^1.1.2",
Expand Down

0 comments on commit 3713dc2

Please sign in to comment.