Skip to content

Commit

Permalink
Use Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwdv committed Jan 26, 2024
1 parent 759819f commit 8e3c33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- run: npm ci
- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ outputs:
description: Path to fasm g packages directory, if downloaded; see fasmg-download-packages input

runs:
using: node16
using: node20
main: dist/setup.js

branding:
Expand Down

0 comments on commit 8e3c33b

Please sign in to comment.