Skip to content

Commit

Permalink
chore: drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdor committed Nov 28, 2023
1 parent 23e11c3 commit c97103a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
HUSKY: 0
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]
os: [ubuntu-latest, macos-latest]
name: Building on ${{ matrix.os }} and node ${{ matrix.node }}
steps:
Expand All @@ -29,5 +29,7 @@ jobs:
uses: actions/setup-node@v3.8.2
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- name: Install dependancies
run: npm i
- name: Build package
run: npm run build
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c97103a

Please sign in to comment.