Skip to content

Commit

Permalink
chore: test node 18 (#1006)
Browse files Browse the repository at this point in the history
Add Node.js 18 to CI matrix.

Remove [grpc](https://www.npmjs.com/package/grpc) because it is no
longer maintained.
  • Loading branch information
styfle committed Nov 28, 2022
1 parent 2f69f83 commit 000c7e7
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 546 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16]
node: [14, 16, 18]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
Expand Down
11 changes: 4 additions & 7 deletions package.json
Expand Up @@ -24,7 +24,7 @@
"@bugsnag/js": "^7.11.0",
"@ffmpeg-installer/ffmpeg": "^1.0.17",
"@google-cloud/bigquery": "^5.7.0",
"@google-cloud/firestore": "^4.14.0",
"@google-cloud/firestore": "^6.4.1",
"@sentry/node": "^7.17.3",
"@slack/web-api": "^6.3.0",
"@tensorflow/tfjs-node": "^3.12.0",
Expand All @@ -38,7 +38,7 @@
"azure-storage": "^2.10.2",
"browserify-middleware": "^8.1.1",
"bytes": "^3.0.0",
"canvas": "^2.2.0",
"canvas": "^2.10.2",
"chromeless": "^1.5.2",
"codecov": "^3.8.3",
"consolidate": "^0.16.0",
Expand All @@ -48,8 +48,8 @@
"esm": "^3.2.22",
"express": "^4.16.4",
"fetch-h2": "^3.0.0",
"firebase": "^6.1.1",
"firebase-admin": "^11.0.0",
"firebase": "^7.24.0",
"firebase-admin": "^11.3.0",
"fluent-ffmpeg": "^2.1.2",
"fontkit": "^1.7.7",
"get-folder-size": "^2.0.0",
Expand Down Expand Up @@ -111,8 +111,5 @@
"web-vitals": "^0.2.4",
"webpack": "5.74.0",
"when": "^3.7.8"
},
"resolutions": {
"grpc": "1.24.11"
}
}
1 change: 0 additions & 1 deletion test/integration/grpc.js

This file was deleted.

0 comments on commit 000c7e7

Please sign in to comment.