Skip to content

Commit

Permalink
0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Nov 18, 2024
1 parent 3b8ae31 commit 96a03d6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/setup-node@v4
if: ${{ !matrix.settings.docker }}
with:
node-version: 20
node-version: 22
cache: yarn
- name: Install
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
uses: actions/setup-node@v4
if: matrix.settings.target == 'i686-pc-windows-msvc'
with:
node-version: 20
node-version: 22
cache: yarn
architecture: x86
- name: Build in docker
Expand Down Expand Up @@ -154,8 +154,7 @@ jobs:
- host: windows-latest
target: x86_64-pc-windows-msvc
node:
- '18'
- '20'
- '22'
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -184,8 +183,7 @@ jobs:
fail-fast: false
matrix:
node:
- '18'
- '20'
- '22'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -214,8 +212,7 @@ jobs:
fail-fast: false
matrix:
node:
- '18'
- '20'
- '22'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -246,8 +243,7 @@ jobs:
fail-fast: false
matrix:
node:
- '18'
- '20'
- '22'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -321,7 +317,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -358,7 +354,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install
Expand Down
14 changes: 14 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96a03d6

Please sign in to comment.