We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b616f4e commit 16dd878Copy full SHA for 16dd878
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "GitHub Actions (TypeScript)",
3
- "image": "mcr.microsoft.com/devcontainers/typescript-node:20",
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:22",
4
"postCreateCommand": "npm install",
5
"customizations": {
6
"codespaces": {
action.yml
@@ -84,5 +84,5 @@ outputs:
84
description: ID of created or updated GitHub comment
85
86
runs:
87
- using: node20
+ using: node22
88
main: dist/index.js
0 commit comments