Skip to content

Commit 0211d5d

Browse files
changed matrix node version to number
1 parent b4f3648 commit 0211d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm run build
2929
- run: npm run doc
3030
- name: Save build
31-
if: matrix.node-version == '20'
31+
if: matrix.node-version == 20
3232
uses: actions/upload-artifact@v6
3333
with:
3434
name: build

0 commit comments

Comments
 (0)