Skip to content

Commit

Permalink
disable ci for node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jul 25, 2022
1 parent fcba416 commit bd7e9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/companion.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/companion/package.json
Expand Up @@ -110,7 +110,7 @@
"test": "jest"
},
"engines": {
"node": "^14.19.0 || ^16.15.0 || >=18.0.0"
"node": "^16.15.0 || >=18.0.0"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down

0 comments on commit bd7e9fd

Please sign in to comment.