Skip to content

Commit

Permalink
Remove node.js v19, add v21 in CI
Browse files Browse the repository at this point in the history
PR-URL: #85
  • Loading branch information
tshemsedinov committed Nov 9, 2023
1 parent 33146b2 commit 3d84d81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,19 @@ on: pull_request
jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node:
- 12
- 14
- 16
- 18
- 19
- 20
- 21
os:
- ubuntu-latest
- windows-latest
- macos-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
Expand Down

0 comments on commit 3d84d81

Please sign in to comment.