Skip to content

Commit 0720169

Browse files
committed
fix: workflow node version
1 parent 444af1e commit 0720169

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/velog-cron-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.16]
14+
node-version: [18.18.2]
1515
defaults:
1616
run:
1717
working-directory: './packages/velog-cron'

.github/workflows/velog-server-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.16]
14+
node-version: [18.18.2]
1515
defaults:
1616
run:
1717
working-directory: './packages/velog-server'

.github/workflows/velog-web-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [18.16]
15+
node-version: [18.18.2s]
1616
defaults:
1717
run:
1818
working-directory: './packages/velog-web'

0 commit comments

Comments
 (0)