Skip to content

Commit

Permalink
bump vsc & node
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregoor committed Nov 6, 2024
1 parent 9199c83 commit 784f61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Cache pnpm modules
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "jest src"
},
"engines": {
"vscode": "^1.84.0"
"vscode": "^1.95.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down

0 comments on commit 784f61d

Please sign in to comment.