Skip to content

Commit eed797e

Browse files
Merge pull request #742 from FDMediagroep/nodejs-24
NodeJS 24
2 parents 3f47555 + 9a0b892 commit eed797e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [20.x]
16+
node-version: [24.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818
include:
19-
- node: 22.x
19+
- node: 25.x
2020
experimental: true
2121

2222
steps:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [20.x]
19+
node-version: [24.x]
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Get the version

0 commit comments

Comments
 (0)