Skip to content

Commit

Permalink
fix: test node version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kitravee committed Aug 26, 2024
1 parent 18b215d commit b70fce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
- "preview/*" # Push events to every tag not containing /
jobs:
Deploy-Production:
environment: Production
environment: Preview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- name: Install pnpm
run: npm install -g pnpm@6
- name: Install Vercel CLI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- name: Install pnpm
run: npm install -g pnpm@6
- name: Install Vercel CLI
Expand Down

0 comments on commit b70fce9

Please sign in to comment.