Skip to content

Commit 16dd878

Browse files
committed
build: bump node to 22
1 parent b616f4e commit 16dd878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GitHub Actions (TypeScript)",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:20",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:22",
44
"postCreateCommand": "npm install",
55
"customizations": {
66
"codespaces": {

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ outputs:
8484
description: ID of created or updated GitHub comment
8585

8686
runs:
87-
using: node20
87+
using: node22
8888
main: dist/index.js

0 commit comments

Comments
 (0)