Skip to content

Commit

Permalink
Upgrade Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
wancup authored and JohnnyMorganz committed Feb 8, 2024
1 parent b703a90 commit bcf9732
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
description: 'The version of StyLua to run. Use `latest` to pull the latest version'
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
19 changes: 14 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^18.0.2",
"@types/node": "^20.11.7",
"@types/semver": "^7.3.5",
"@typescript-eslint/parser": "^5.0.0",
"@vercel/ncc": "^0.36.1",
Expand Down

0 comments on commit bcf9732

Please sign in to comment.