Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Commit

Permalink
uNetworking/uWebSockets.js#v20.6.0 does not support node 12 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Feb 7, 2022
1 parent e9d6f52 commit 893791b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Expand Up @@ -7,23 +7,6 @@ on:
- cron: '0 0 * * *'

jobs:
node12:
name: Node 12
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
- name: checkout node
uses: actions/setup-node@v2
with:
node-version: '12'
- run: npm install
- run: npm run build
- run: npm run cs
- run: npm test -- --coverage --no-cache
- run: npm run infection
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
node14:
name: Node 14
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ A uWebSockets.js req/res psr-htt-message bridge.
Through [NPM](https://www.npmjs.com) as [@chubbyjs/chubbyjs-uwebsockets-psr-http-message-bridge][1].

```sh
npm i @chubbyjs/chubbyjs-uwebsockets-psr-http-message-bridge@1.3.0 \
npm i @chubbyjs/chubbyjs-uwebsockets-psr-http-message-bridge@1.3.1 \
@chubbyjs/chubbyjs-http-message@1.1.1
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@chubbyjs/chubbyjs-uwebsockets-psr-http-message-bridge",
"version": "1.3.0",
"version": "1.3.1",
"description": "A uwebsockets req/res psr-htt-message bridge.",
"keywords": [
"chubbyjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"dist"
],
"engines": {
"node": ">=12"
"node": ">=14"
},
"dependencies": {
"@chubbyjs/psr-http-factory": "^1.1.0",
Expand Down

0 comments on commit 893791b

Please sign in to comment.