Skip to content

Commit 05375d8

Browse files
authored
Update ci.yml
1 parent acb6163 commit 05375d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm test
3131
- run: npm run build --if-present
3232
- name: Save build
33-
if: matrix.node-version == '16.x'
33+
if: matrix.node-version == '20.x'
3434
uses: actions/upload-artifact@v4
3535
with:
3636
name: build

0 commit comments

Comments
 (0)