Skip to content

Commit 8e3c33b

Browse files
committed
Use Node.js v20
1 parent 759819f commit 8e3c33b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm ci
1616
- name: Build
1717
run: npm run build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ outputs:
6060
description: Path to fasm g packages directory, if downloaded; see fasmg-download-packages input
6161

6262
runs:
63-
using: node16
63+
using: node20
6464
main: dist/setup.js
6565

6666
branding:

0 commit comments

Comments
 (0)