Skip to content

Commit

Permalink
remove node 16 then, we won't break compatibility anyway because we'r…
Browse files Browse the repository at this point in the history
…e not using any node APIs
  • Loading branch information
dummdidumm committed Aug 23, 2024
1 parent f6f95e9 commit fb22bd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
strategy:
matrix:
include:
- node-version: 16
- node-version: 18
os: ubuntu-latest
- node-version: 16
- node-version: 18
os: windows-latest
- node-version: 16
os: macOS-latest
- node-version: 18
os: ubuntu-latest
os: macOS-latest
- node-version: 20
os: ubuntu-latest
- node-version: 22
os: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit fb22bd9

Please sign in to comment.