Skip to content

Commit

Permalink
drop node 21 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jun 11, 2024
1 parent c595090 commit 9c836fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x

os:
- ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# List of supported node versions (latest is tested in `test-os`)
- 18.x
- 20.x
- 21.x
- 22.x

os:
- ubuntu-latest
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
node-version:
# List of supported node versions (latest is tested in `test-os`)
- 20.x
- 21.x
- 22.x

os:
- ubuntu-latest
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
node-version:
# List of supported node versions (latest is tested in `test-os`)
# - 20.x
- 21.x
- 22.x

os:
- ubuntu-latest
Expand Down

0 comments on commit 9c836fd

Please sign in to comment.