Skip to content

Commit 7df2b07

Browse files
committed
fix: pipeline
1 parent 04c6bd4 commit 7df2b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.16.0'
17+
node-version: '20.17.0'
1818

1919
- run: npm ci
2020
- run: npm run format:check

.github/workflows/ci-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.16.0'
17+
node-version: '20.17.0'
1818

1919
- run: npm ci
2020
- run: npm run format:check

0 commit comments

Comments
 (0)