Skip to content

Commit

Permalink
chore: refresh dependencies (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Dec 13, 2024
1 parent db15fe9 commit acc2156
Show file tree
Hide file tree
Showing 8 changed files with 291 additions and 341 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- host: ubuntu-latest
target: wasm32-wasip1-threads
build: pnpm --filter=@oxc-node/core build --target wasm32-wasip1-threads
name: stable - ${{ matrix.settings.target }} - node@20
name: stable - ${{ matrix.settings.target }} - node@22
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
Expand All @@ -142,7 +142,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
uses: actions/setup-node@v4
if: matrix.settings.target == 'i686-pc-windows-msvc'
with:
node-version: 20
node-version: 22
cache: pnpm
architecture: x86
- name: Build
Expand All @@ -200,13 +200,13 @@ jobs:
- uses: actions/checkout@v4
- name: Build
id: build
uses: cross-platform-actions/action@v0.25.0
uses: cross-platform-actions/action@v0.26.0
env:
DEBUG: napi:*
RUSTUP_IO_THREADS: 1
with:
operating_system: freebsd
version: '14.1'
version: '14.2'
memory: 8G
cpu_count: 3
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install
Expand Down
Loading

0 comments on commit acc2156

Please sign in to comment.