Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
villepynttari authored Aug 26, 2024
1 parent be23bd9 commit ad6ca56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 16
node-version: 20
cache: npm
- run: npm ci
- run: npm run check-style
Expand All @@ -41,7 +41,7 @@ jobs:
- run: npm ci
- run: npm run build:ci
env:
REACT_APP_SERVER_KEY: "${{ github.ref == 'refs/heads/main' && secrets.REACT_FRONTEND_VAPID_KEY_PRODUCTION || secrets.REACT_FRONTEND_VAPID_KEY_STAGING }}"
VITE_REACT_APP_SERVER_KEY: "${{ github.ref == 'refs/heads/main' && secrets.REACT_FRONTEND_VAPID_KEY_PRODUCTION || secrets.REACT_FRONTEND_VAPID_KEY_STAGING }}"
- uses: actions/upload-artifact@main
with:
name: frontend-build
Expand Down

0 comments on commit ad6ca56

Please sign in to comment.