Skip to content

Commit

Permalink
fix: build node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Oct 23, 2023
1 parent 69dc655 commit 51cddfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
architecture: [x64]
node-version: [20] # XXX [lts]
node-version: [latest, 20] # XXX remove: 20, add: lts/*
name: build on ${{ matrix.os }} ${{ matrix.architecture }} node ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 51cddfd

Please sign in to comment.