Skip to content

Commit

Permalink
Always use latest Node.js LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 10, 2024
1 parent 77adc81 commit ed0d3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
key: corestore-${{ matrix.platform }}-${{ matrix.arch }}${{ matrix.tags }}
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
- run: npm install -g bare-make
- run: npm install
- run: bare-make generate --platform ${{ matrix.platform }} --arch ${{ matrix.arch }} ${{ matrix.flags }}
Expand Down

0 comments on commit ed0d3d2

Please sign in to comment.