Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "fix(deps): pin to node 22.4.1" #520

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.1]
node-version: [16, 18, 20, 22]
os: [macos-14, macos-12, ubuntu-latest, windows-latest]
docker: [false]
include:
- os: ubuntu-latest
docker: true
alpine: false
arch: arm64
node-version: 22.4.1
node-version: 22
- os: ubuntu-latest
docker: true
alpine: true
arch: arm64
node-version: 22.4.1
node-version: 22
- os: ubuntu-latest
docker: true
alpine: true
arch: amd64
node-version: 22.4.1
node-version: 22
- 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 }}"
Loading