1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-06 02:39:55 +02:00

Remove Node 18 from actions since it does not support CustomEvent.

This commit is contained in:
Jeff Schiller 2024-01-19 12:53:38 -08:00
parent 1267691579
commit d2f35163c3
2 changed files with 17 additions and 6 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [18.x, 19.x, 20.x, 21.x]
node-version: [19.x, 20.x, 21.x]
# See NodeJS release schedule at https://nodejs.org/en/about/previous-releases.
steps: