Skip to content

Commit

Permalink
Update CI to use node 16 (#633)
Browse files Browse the repository at this point in the history
This fixes an issue with espree dropping node 15 support.
  • Loading branch information
alangpierce authored Jul 5, 2021
1 parent 291ccc5 commit ac33cea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '15'
node-version: '16'
- run: yarn
- run: yarn build
- run: yarn lint
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '15'
node-version: '16'
- run: yarn
- run: yarn fast-build
- run: yarn run-examples ${{ matrix.projects }}
Expand All @@ -64,7 +64,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '15'
node-version: '16'
- run: yarn
# Clone the jest repo and run an untimed benchmark first, since the first
# run immediately after cloning tends to be slower.
Expand Down

0 comments on commit ac33cea

Please sign in to comment.