Skip to content

Commit

Permalink
why is it marked as legacy???
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed May 3, 2024
1 parent e885253 commit 82773d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}
- name: Package install
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install
run: yarn --version && yarn install
- name: Test
run: yarn test

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ nodeLinker: node-modules
enableInlineHunks: true
supportedArchitectures:
# wasm32 is needed by @node-rs/xxhash-wasm32-wasi otherwise it is not installed
os:
- current
cpu:
- current
- wasm32
- wasm32
libc:
- current

0 comments on commit 82773d4

Please sign in to comment.