Skip to content

Commit

Permalink
chore: remove node version constraints on ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 21, 2024
1 parent f067288 commit cf1d43a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x

- run: npm ci

- run: npm run lint

- run: npm run docs:diff

test:
Expand All @@ -35,15 +32,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm

- run: npm ci

- run: npm run test

- run: npm run test:node
# import assertions use "with" only supported on node@20+
if: matrix.node-version >= 20

- run: npm run test:pack
# import assertions use "with" only supported on node@20+
if: matrix.node-version >= 20

0 comments on commit cf1d43a

Please sign in to comment.