Skip to content

Commit

Permalink
ci(actions): fix Test node version
Browse files Browse the repository at this point in the history
  • Loading branch information
NedcloarBR committed Apr 6, 2024
1 parent fb2bd89 commit 82e6139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: yarn install --immutable
Expand All @@ -31,4 +33,4 @@ jobs:
- name: Run tests
run: yarn test
env:
RUST_BACKTRACE: "1"
RUST_BACKTRACE: "full"

0 comments on commit 82e6139

Please sign in to comment.