Skip to content

Commit

Permalink
🐛 update to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 18, 2024
1 parent 17e7e34 commit fcdc392
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ _jest-editor/
.vscode/symbols.json
/coverage/
generated-icons/
*.zip
*.zip
/xclip
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"main": "./out/extension",
"scripts": {
"publish": "npx vsce publish",
"vscode:prepublish": "npm run compile",
"preinstall": "git submodule update -i -r",
"vscode:prepublish": "npm run compile",
"prettier": "npx prettier -w .",
"compile": "npm run lint && tsc -p ./",
"watch": "tsc -watch -p ./",
Expand Down

0 comments on commit fcdc392

Please sign in to comment.