Skip to content

Commit

Permalink
chore: update vscode to 1.82 and node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed May 22, 2024
1 parent deaf7c5 commit 61f7c91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node: [16, 18, 20]
node: [18, 20, 22]

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node: [16, 18, 20]
node: [18, 20, 22]

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"crowdin:push": "crowdin upload sources"
},
"engines": {
"vscode": "^1.75.0"
"vscode": "^1.82.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -199,5 +199,6 @@
"tabWidth": 2,
"quoteProps": "as-needed",
"semi": false
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}

0 comments on commit 61f7c91

Please sign in to comment.