Skip to content

Commit

Permalink
change node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Kawka-Osik committed Jan 16, 2025
1 parent fc038be commit b7a3e48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
needs: [ deploy-helm-chart ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Install playwright browsers
Expand Down

0 comments on commit b7a3e48

Please sign in to comment.