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 759819f commit 8e3c33bCopy full SHA for 8e3c33b
.github/workflows/build-test.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: 16
+ node-version: 20
15
- run: npm ci
16
- name: Build
17
run: npm run build
action.yml
@@ -60,7 +60,7 @@ outputs:
60
description: Path to fasm g packages directory, if downloaded; see fasmg-download-packages input
61
62
runs:
63
- using: node16
+ using: node20
64
main: dist/setup.js
65
66
branding:
0 commit comments