Skip to content

Commit

Permalink
chore: specify node version in preview builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Nov 26, 2024
1 parent 5c8ec7d commit 9e46083
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
name: deploy-preview-env
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: 22

- name: Import secrets from Vault
id: secrets
Expand Down

0 comments on commit 9e46083

Please sign in to comment.