Skip to content

Commit

Permalink
fix: removes node 15 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikrut committed Oct 13, 2021
1 parent ecda271 commit a2df67e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"@faceless-ui/window-info": "^1.2.4",
"@payloadcms/config-provider": "^0.1.0",
"@types/mime": "^2.0.3",
"@types/passport-local-mongoose": "^6.1.0",
"@udecode/slate-plugins": "^0.71.9",
"assert": "^2.0.0",
"async-some": "^1.0.2",
Expand All @@ -107,7 +108,7 @@
"express-rate-limit": "^5.1.3",
"falsey": "^1.0.0",
"file-loader": "^6.2.0",
"find-up": "^5.0.0",
"find-up": "5.0.0",
"flatley": "^5.2.0",
"graphql": "15.4.0",
"graphql-playground-middleware-express": "^1.7.14",
Expand Down Expand Up @@ -185,7 +186,6 @@
"@testing-library/react": "^11.0.4",
"@trbl/eslint-config": "^1.2.4",
"@types/asap": "^2.0.0",
"@types/autoprefixer": "^9.7.2",
"@types/babel__core": "^7.1.12",
"@types/babel__plugin-transform-runtime": "^7.9.1",
"@types/babel__preset-env": "^7.9.1",
Expand All @@ -195,11 +195,9 @@
"@types/eslint": "^7.2.6",
"@types/express": "^4.17.13",
"@types/express-fileupload": "^1.1.5",
"@types/express-graphql": "^0.9.0",
"@types/express-rate-limit": "^5.1.0",
"@types/extract-text-webpack-plugin": "^3.0.4",
"@types/file-loader": "^4.2.0",
"@types/find-up": "^4.0.0",
"@types/hapi__joi": "~17.1.6",
"@types/html-webpack-plugin": "^3.2.4",
"@types/ignore-styles": "^5.0.0",
Expand All @@ -212,8 +210,6 @@
"@types/mini-css-extract-plugin": "^1.2.1",
"@types/minimist": "^1.2.1",
"@types/mkdirp": "^1.0.1",
"@types/mongodb": "^3.5.34",
"@types/mongoose": "^5.10.1",
"@types/mongoose-paginate-v2": "^1.3.8",
"@types/node-fetch": "^2.5.7",
"@types/node-sass": "^4.11.1",
Expand All @@ -224,7 +220,6 @@
"@types/passport-anonymous": "^1.0.3",
"@types/passport-jwt": "^3.0.3",
"@types/passport-local": "^1.0.33",
"@types/passport-local-mongoose": "^4.0.13",
"@types/pino": "^6.3.4",
"@types/pluralize": "^0.0.29",
"@types/prismjs": "^1.16.2",
Expand All @@ -240,7 +235,6 @@
"@types/react-select": "^3.0.26",
"@types/sass": "^1.16.0",
"@types/sharp": "^0.26.1",
"@types/terser-webpack-plugin": "^5.0.2",
"@types/testing-library__jest-dom": "^5.9.5",
"@types/uuid": "^8.3.0",
"@types/webpack": "4.41.26",
Expand Down
Loading

0 comments on commit a2df67e

Please sign in to comment.