Skip to content

Commit 1c8bcac

Browse files
committed
Properly set matrix node version to node 24
1 parent e174042 commit 1c8bcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
node: [18]
40+
node-version: [24.x]
4141

4242
steps:
4343
- name: Setup Node
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: 24.x
46+
node-version: ${{ matrix.node-version }}
4747

4848
- name: Check out repo
4949
uses: actions/checkout@v3

0 commit comments

Comments
 (0)