Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Nov 8, 2024
1 parent db6fc5d commit 3f70134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run install-toml-test
- run: npm run build --if-present

- name: test22
if: matrix['node-version'] == '22.x'
run: npm run test22

- name: test
if: matrix['node-version'] == '20.x' || matrix['node-version'] == '=18.x'
if: matrix['node-version'] == '20.x' || matrix['node-version'] == '18.x'
run: npm run test

- name: test-cov
Expand Down

0 comments on commit 3f70134

Please sign in to comment.