Skip to content

Commit

Permalink
fix(deps): pin to node 22.4.1 (#518)
Browse files Browse the repository at this point in the history
Node 22.5.0 failing to successfully complete install

    See nodejs/node#53902
  • Loading branch information
YOU54F committed Jul 19, 2024
1 parent d3829da commit a3d97d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,25 +108,25 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20, 22]
node-version: [16, 18, 20, 22.4.1]
os: [macos-14, macos-12, ubuntu-latest, windows-latest]
docker: [false]
include:
- os: ubuntu-latest
docker: true
alpine: false
arch: arm64
node-version: 22
node-version: 22.4.1
- os: ubuntu-latest
docker: true
alpine: true
arch: arm64
node-version: 22
node-version: 22.4.1
- os: ubuntu-latest
docker: true
alpine: true
arch: amd64
node-version: 22
node-version: 22.4.1
- os: ubuntu-latest
docker: true
alpine: false
Expand Down Expand Up @@ -222,4 +222,4 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
DRY_RUN: true

- run: echo "New Release will be v${{ steps.publish.outputs.version }}"
- run: echo "New Release will be v${{ steps.publish.outputs.version }}"

0 comments on commit a3d97d2

Please sign in to comment.