Skip to content

Commit

Permalink
fix: workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
winverse committed Feb 14, 2024
1 parent 444af1e commit 0720169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/velog-cron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.16]
node-version: [18.18.2]
defaults:
run:
working-directory: './packages/velog-cron'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velog-server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.16]
node-version: [18.18.2]
defaults:
run:
working-directory: './packages/velog-server'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velog-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.16]
node-version: [18.18.2s]
defaults:
run:
working-directory: './packages/velog-web'
Expand Down

0 comments on commit 0720169

Please sign in to comment.