Skip to content

Commit

Permalink
ttt
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Jan 2, 2024
1 parent 77c5b1e commit aa22afb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,18 @@ jobs:

strategy:
matrix:
node-version: [19.x]
node-version: [18.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: setup
run: npm i
- name: test
run: npx hardhat test
run: hardhat test

lint:
strategy:
Expand Down

0 comments on commit aa22afb

Please sign in to comment.