Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Oct 17, 2023
1 parent 4e5bdfb commit 14c3729
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Replace config file with Prod version
run: echo "$ASTRO_CONFIG" > astro.config.mjs
- name: TEST ENV
run: echo "$INTERVENTIONS_AIRTABLE_BASE_ID"
- name: Install Node dependencies
run: npm ci
- name: Build site
Expand Down

0 comments on commit 14c3729

Please sign in to comment.