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 a2288dc commit 2ac1a18Copy full SHA for 2ac1a18
3 files changed
.github/workflows/ci.yml
@@ -12,7 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
+ with:
17
+ node-version: '20'
18
19
- run: npm ci
20
.github/workflows/release.yml
@@ -9,9 +9,9 @@ jobs:
9
10
11
with:
- node-version: "lts/*"
- run: npm run build
- run: rm .gitignore # dist/ folder is ignored by default
action.yml
@@ -14,5 +14,5 @@ outputs:
jsonString:
description: 'JSON string'
runs:
- using: 'node16'
+ using: 'node20'
main: 'dist/index.js'
0 commit comments