Skip to content

Commit

Permalink
More node version permutations
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 11, 2024
1 parent 09d0adb commit 4a87d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm test
if: ${{ !contains(github.ref, '-v1') }}
- run: npm run prebuild-macos
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
- run: npm run prebuild-macos
if: startsWith(github.ref, 'refs/tags/')
env:
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 16
- run: npm install
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 4a87d31

Please sign in to comment.