Skip to content

Commit d95c68e

Browse files
committed
update action and workflows to Node 20
1 parent 2818fe5 commit d95c68e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '16'
16+
node-version: '20'
1717
- name: Build with ncc
1818
run: |
1919
npm install -g yarn

.github/workflows/retrieve-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: '16'
29+
node-version: '20'
3030
- name: Some command with npx
3131
run: |
3232
npx create-react-app example-app

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ inputs:
5050
default: ignore
5151

5252
runs:
53-
using: 'node16'
53+
using: 'node20'
5454
main: 'dist/index.js'
5555

5656
branding:

0 commit comments

Comments
 (0)