Skip to content

Commit

Permalink
chore: update napi to canary
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed Jun 8, 2024
1 parent 7054f43 commit 552a186
Show file tree
Hide file tree
Showing 4 changed files with 1,148 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ jobs:

- name: Setup node x86
if: matrix.settings.target == 'i686-pc-windows-msvc'
run: yarn config set supportedArchitectures.cpu "ia32"
run: corepack enable && yarn config set supportedArchitectures.cpu "ia32"
shell: bash

- name: Install dependencies
run: corepack enable; yarn install
run: corepack enable && yarn install

- name: Setup node x86
uses: actions/setup-node@v4
Expand Down
Binary file modified crates/fervid_napi/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/fervid_napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@babel/parser": "^7.24.4",
"@napi-rs/cli": "^2.18.3",
"@napi-rs/cli": "^3.0.0-alpha.55",
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.4.13",
"@taplo/cli": "^0.7.0",
Expand Down
Loading

0 comments on commit 552a186

Please sign in to comment.