Skip to content

Commit

Permalink
Pin Node version used in browser tests (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed Mar 11, 2023
1 parent 30f04fc commit d809bf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
python-version: "3.10"

- uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Upgrade pip
run: python -m pip install --upgrade pip

Expand Down

0 comments on commit d809bf6

Please sign in to comment.