Skip to content

Commit

Permalink
chore(deps): update node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent fca11ae commit 2358923
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 @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.13.2' # renovate:keep-up-to-date
node-version: '18.18.1' # renovate:keep-up-to-date
- name: Install npm dependencies
run: npm ci
- name: Prettier
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.13.2' # renovate:keep-up-to-date
node-version: '18.18.1' # 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 @@ -10,7 +10,7 @@
"version": "0.0.0-development",
"engines": {
"vscode": "^1.68.1",
"node": "^16.15.1"
"node": "^18.18.1"
},
"keywords": [
"php",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@types/mocha": "9.1.1",
"@types/node": "^16.11.26",
"@types/node": "^18.18.5",
"@types/semver": "^7.3.10",
"@types/vscode": "^1.68.0",
"prettier": "^2.7.1",
Expand Down

0 comments on commit 2358923

Please sign in to comment.