Skip to content

Commit

Permalink
Fix up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 25, 2023
1 parent c887ccb commit 28f6708
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,27 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node: [14.x, 16.x, 18/x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set Node.js version
uses: actions/setup-node@v3
with:
node-version: ${{ strategy.node }}
- run: node --version
- uses: borales/actions-yarn@v2.0.0
- uses: borales/actions-yarn@v4
with:
cmd: install
#- uses: borales/actions-yarn@v2.0.0
# with:
# cmd: build
- uses: borales/actions-yarn@v2.0.0
- uses: borales/actions-yarn@v4
with:
cmd: lint
- uses: borales/actions-yarn@v2.0.0
- uses: borales/actions-yarn@v4
with:
cmd: format-check
- uses: borales/actions-yarn@v2.0.0
- uses: borales/actions-yarn@v4
with:
cmd: test

0 comments on commit 28f6708

Please sign in to comment.