Skip to content

Commit

Permalink
fix: bump node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eldu committed Dec 11, 2023
1 parent b4004b1 commit 25447e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- uses: actions/checkout@v3
with:
repository: brown-ccv/ccv-website-nuxt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod_deply_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- uses: actions/checkout@v3
with:
repository: brown-ccv/ccv-website-nuxt
Expand Down

0 comments on commit 25447e3

Please sign in to comment.