Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Apr 29, 2024
1 parent 664107f commit 45b3811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ runs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16.18.x"
node-version: "18.18.x"
cache: npm
- name: Install packages
run: npm install
shell: bash
- name: Install libs
run: npm run forge-install
run: make install
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: npm run test
run: make test

0 comments on commit 45b3811

Please sign in to comment.