Skip to content

Commit

Permalink
try newer node version?
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Sep 17, 2024
1 parent 57dce97 commit e644069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.18.1"
node-version: "20.17.0"
architecture: 'x64' # fix for macos-latest
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit e644069

Please sign in to comment.