File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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": {},
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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/setup-node@v2.5.1
1515 with :
16- node-version : 16 .x
16+ node-version : 20 .x
1717
1818 - name : Update Schemas
1919 run : yarn fetch-schemas
Original file line number Diff line number Diff 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
7777runs :
78- using : node16
78+ using : node20
7979 main : dist/index.js
You can’t perform that action at this time.
0 commit comments