Skip to content

Commit

Permalink
fix node version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rardoz committed Nov 8, 2023
1 parent e9d8658 commit 1e5b1d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
- uses: actions/setup-node@v3
with:
node-version: 20.9.0
- name: Test React App
run: node -v && npm install && npm run test:ci
- name: Setup contentful env variables
Expand Down

0 comments on commit 1e5b1d1

Please sign in to comment.