Skip to content

Commit

Permalink
Merge pull request #64 from eikooc/master
Browse files Browse the repository at this point in the history
Update to nodejs v20
  • Loading branch information
lgmorand committed May 21, 2024
2 parents 51016b5 + b35be4d commit f3bf641
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 f3bf641

Please sign in to comment.