Skip to content

Commit

Permalink
chore(deps): update dependency node to v16.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent 7aca123 commit 73f6ab1
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.20.2' # 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.20.2' # 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.20.2"
},
"sponsor": {
"url": "https://github.com/sponsors/zobo"
Expand Down Expand Up @@ -67,7 +67,7 @@
"@types/chai-as-promised": "^7.1.8",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.0",
"@types/node": "^16.11.27",
"@types/node": "^16.18.112",
"@types/relateurl": "^0.2.33",
"@types/semver": "^7.3.13",
"@types/urlencode": "^1.1.3",
Expand Down

0 comments on commit 73f6ab1

Please sign in to comment.