Skip to content

Commit

Permalink
Drop node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelloz committed Mar 17, 2024
1 parent f8fc373 commit 964d621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [18, 20, 21]
node: [20, 21]

steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: ${{ matrix.node }}
pnpm-version: 8.15.4

# - uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 964d621

Please sign in to comment.