We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2818fe5 commit d95c68eCopy full SHA for d95c68e
.github/workflows/build-test.yaml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: '16'
+ node-version: '20'
17
- name: Build with ncc
18
run: |
19
npm install -g yarn
.github/workflows/retrieve-logs.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
28
29
30
- name: Some command with npx
31
32
npx create-react-app example-app
action.yaml
@@ -50,7 +50,7 @@ inputs:
50
default: ignore
51
52
runs:
53
- using: 'node16'
+ using: 'node20'
54
main: 'dist/index.js'
55
56
branding:
0 commit comments