Skip to content

Commit

Permalink
ci: test nodejs 23
Browse files Browse the repository at this point in the history
Also schedule the build job to be run every night.
This way, I think that it will be easier to catch a bug
with new patches of Node.js.
  • Loading branch information
botflux committed Oct 18, 2024
1 parent 8cc0a54 commit 570211b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 0 * * *'

jobs:
build:
Expand All @@ -16,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 570211b

Please sign in to comment.