Skip to content

Commit 97a652b

Browse files
authored
Update default runtime to node20 (#1436)
* . * update workflows
1 parent f43a0e5 commit 97a652b

File tree

5 files changed

+9162
-25063
lines changed

5 files changed

+9162
-25063
lines changed

.github/workflows/check-dist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626

27-
- name: Set Node.js 16.x
27+
- name: Set Node.js 20.x
2828
uses: actions/setup-node@v1
2929
with:
30-
node-version: 16.x
30+
node-version: 20.x
3131

3232
- name: Install dependencies
3333
run: npm ci

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: 16.x
16+
node-version: 20.x
1717
- uses: actions/checkout@v3
1818
- run: npm ci
1919
- run: npm run build

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ inputs:
8787
description: The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com
8888
required: false
8989
runs:
90-
using: node16
90+
using: node20
9191
main: dist/index.js
9292
post: dist/index.js

0 commit comments

Comments
 (0)