Skip to content

Commit f5c5d15

Browse files
Merge pull request #28 from lob/chore/FD-577/node-24
FD-577: Support Node 24
1 parent 5afceca commit f5c5d15

File tree

3 files changed

+2819
-2316
lines changed

3 files changed

+2819
-2316
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node: ['20']
10+
node: [20, 22, 24]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Setup

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.4
1+
24.15.0

0 commit comments

Comments
 (0)