Skip to content

Commit

Permalink
ops: update deployment pipeline script to node v20. (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjin-lee authored Oct 20, 2024
1 parent ada419b commit 48ac373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20

- name: Create env file
run: echo ${{ secrets.FRONTEND_ENVFILE }} | base64 --decode > .env
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20

- name: Create env file
run: echo ${{ secrets.BACKEND_ENVFILE }} | base64 --decode > gae_env.yaml
Expand Down

0 comments on commit 48ac373

Please sign in to comment.