Skip to content

Commit

Permalink
Update to nodejs v20
Browse files Browse the repository at this point in the history
As Github Actions are deprecating
node v16, update to use v20
  • Loading branch information
Jamie Neubeki Pepperson authored and Jamie Neubeki Pepperson committed Nov 30, 2023
1 parent 51016b5 commit b35be4d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye"
"image": "mcr.microsoft.com/devcontainers/typescript-node:20-bullseye"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
branding:
color: 'green'
runs:
using: 'node16'
using: 'node20'
main: 'lib/login.js'
36 changes: 27 additions & 9 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 @@ -21,7 +21,7 @@
"@actions/tool-cache": "^1.0.0"
},
"devDependencies": {
"@types/node": "^16.18.0",
"@types/node": "^20.10.1",
"jest": "^29.3.1",
"@types/jest": "^29.2.3",
"ts-jest": "^29.0.3",
Expand Down

0 comments on commit b35be4d

Please sign in to comment.