Skip to content

Commit b1c3ef2

Browse files
chore(FD-577): support node 24
1 parent 5afceca commit b1c3ef2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)