Skip to content

Commit

Permalink
feat: upgrade action node runtime to v20
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
- upgrade action to use node20 runtime
  • Loading branch information
allenevans committed Jun 11, 2024
1 parent 6a9d51c commit 6138128
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.20.2
nodejs 20.14.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ branding:
icon: 'globe'
color: 'green'
runs:
using: 'node16'
using: 'node20'
main: 'dist/set-env.js'
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "11.0.0",
"@semantic-release/release-notes-generator": "12.0.0",
"@types/jest": "29.5.5",
"@types/node": "20.8.4",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "6.7.5",
"eslint": "8.51.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"prettier": "3.3.1",
"rimraf": "5.0.7",
"semantic-release": "22.0.5",
"ts-jest": "29.1.1",
"ts-loader": "9.5.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"webpack": "5.88.2",
"ts-jest": "29.1.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
}
}

0 comments on commit 6138128

Please sign in to comment.