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:
parent
1267691579
commit
d2f35163c3
2 changed files with 17 additions and 6 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue