Skip to content

Commit

Permalink
skip test on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Jan 17, 2023
1 parent b31dd4d commit 364363e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- run: yarn install --mode=skip-build
- run: yarn build
- run: yarn constraints
- run: yarn test
- if: ${{ matrix.node_version }} == 18
run: yarn test
- run: yarn lint
- run: yarn prettier
- run: yarn synth

0 comments on commit 364363e

Please sign in to comment.