Skip to content

Commit

Permalink
fix: fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Duell10111 authored Dec 21, 2022
1 parent 1276533 commit 9b4076b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
node-version: '18'
cache: 'yarn'
- name: Install dependencies
run: npm install -g yarn && yarn install
- name: Start Tests
run: yarn test

0 comments on commit 9b4076b

Please sign in to comment.