Skip to content

Commit

Permalink
Use node v16 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Aug 29, 2022
1 parent 2b26b5f commit 14bebb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -34,8 +34,9 @@ jobs:
python-version: "3.10"
cache: "pip"

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: client/package-lock.json

Expand Down

0 comments on commit 14bebb0

Please sign in to comment.