Skip to content

Commit

Permalink
Skip tests on old Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 16, 2022
1 parent 03ae5f4 commit 57b208c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 14, 12, 10, 8, 6]
node-version: [16, 14, 12]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -316,7 +316,7 @@ __metadata:
"@babel/code-frame": "workspace:^"
"@babel/generator": "workspace:^"
"@babel/helper-compilation-targets": "workspace:^"
"@babel/helper-module-transforms": "workspace:^7.16.7"
"@babel/helper-module-transforms": "workspace:^"
"@babel/helper-transform-fixture-test-runner": "workspace:^"
"@babel/helpers": "workspace:^"
"@babel/parser": "workspace:^"
Expand Down Expand Up @@ -764,7 +764,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-module-transforms@workspace:^, @babel/helper-module-transforms@workspace:^7.16.7, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
"@babel/helper-module-transforms@workspace:^, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
version: 0.0.0-use.local
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
dependencies:
Expand Down

0 comments on commit 57b208c

Please sign in to comment.