Skip to content

Commit 81bef8c

Browse files
committed
Update workflows
1 parent ee394aa commit 81bef8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/examples-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [18.x]
21+
node-version: [24.x]
2222

2323
steps:
2424
- uses: actions/checkout@v4

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
node-version: [18.x, 20.x]
23+
node-version: [24.x]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)