Skip to content

Commit

Permalink
Pin Node.js version on GitHub Actions test job (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jun 3, 2023
1 parent 1be24ed commit 0868799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/setup-python@v2
with:
python-version: 3.9
Expand Down

0 comments on commit 0868799

Please sign in to comment.