Skip to content

Commit

Permalink
chore: remove node version pinning from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 16, 2021
1 parent d7f0975 commit 3bff1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ workflows:
partial: true
matrix:
parameters:
# https://github.com/nodejs/node/issues/40030
node-version: ['10', '12', '15', '16.8']
node-version: ['10', '12', '15', '16']
- test-jest-jasmine
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# https://github.com/nodejs/node/issues/40030
node-version: [10.x, 12.x, 14.x, 15.x, 16.8]
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down

0 comments on commit 3bff1fa

Please sign in to comment.