Skip to content

Commit

Permalink
[CHG] Changes node from 16.x to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Dec 12, 2023
1 parent 48eafae commit 93177ac
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: actions/setup-node@v3
with:
node-version: "16.x" # You might need to adjust this value to your own version
node-version: "18.x" # You might need to adjust this value to your own version

# Build the plugin
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Carlo Zottmann, https://github.com/czottmann/",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.58",
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"builtin-modules": "3.3.0",
Expand Down
38 changes: 22 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93177ac

Please sign in to comment.