Skip to content

Commit 7b14003

Browse files
Bump node from 16 to 20 (#207)
* Bump node from 16 to 20 * Bump node from 16 to 20 Co-authored-by: Samruddhi Khandale <[email protected]> --------- Co-authored-by: Samruddhi Khandale <[email protected]>
1 parent 3b2f758 commit 7b14003

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Node.js & TypeScript",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16",
6+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
ref: ${{ github.event.release.tag_name }}
1515

16-
- name: Set Node.js 16.x
16+
- name: Set Node.js 20.x
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16.x
19+
node-version: 20.x
2020

2121
- name: Update Schemas
2222
run: yarn fetch-schemas

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v3
1212

13-
- name: Set Node.js 16.x
13+
- name: Set Node.js 20.x
1414
uses: actions/[email protected]
1515
with:
16-
node-version: 16.x
16+
node-version: 20.x
1717

1818
- name: Update Schemas
1919
run: yarn fetch-schemas

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ inputs:
7575
Published Template IDs will be prefixed with the namespace.
7676
If omitted, this value will default to the source repo name
7777
runs:
78-
using: node16
78+
using: node20
7979
main: dist/index.js

0 commit comments

Comments
 (0)