Skip to content

Commit 576455f

Browse files
authored
➕ merge pull request #193 from devmount/chores/dependency-updates
Dependency updates
2 parents d62f8b6 + 62ab3e5 commit 576455f

5 files changed

Lines changed: 2790 additions & 10096 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Use Node.js 18
16+
- name: Use Node.js 20
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- name: Build app via NPM
2121
run: |
2222
printf "VITE_FB_API_KEY=${{ secrets.VUE_APP_FB_API_KEY_DEV }}\nVITE_FB_PROJECT_ID=${{ secrets.VUE_APP_FB_PROJECT_ID_DEV }}" >> .env.production.local

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Use Node.js 18
17+
- name: Use Node.js 20
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 18.x
20+
node-version: 20.x
2121
- name: Build app via NPM
2222
run: |
2323
printf "VITE_FB_API_KEY=${{ secrets.VUE_APP_FB_API_KEY_PROD }}\nVITE_FB_PROJECT_ID=${{ secrets.VUE_APP_FB_PROJECT_ID_PROD }}" >> .env.production.local

0 commit comments

Comments
 (0)