Skip to content

Commit

Permalink
Pin node to version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Dec 2, 2021
1 parent 983cf30 commit d3652b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- id: checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: npm version
- id: build
run: npm install
Expand Down

0 comments on commit d3652b7

Please sign in to comment.