Skip to content

Commit

Permalink
feat(ci): switch from volta-cli/action to standard actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuchault committed Jul 5, 2023
1 parent 7784aa5 commit 3acc610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript-service-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "REDIS_URL=redis://localhost:${{ job.services.redis.ports[6379] }}" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: volta-cli/action@v3
- uses: actions/setup-node@v3
- run: npm ci

- name: Dependencies audit
Expand Down

0 comments on commit 3acc610

Please sign in to comment.