diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index e6b0cbe..28108e8 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x] needs: build steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ci-push.yml b/.github/workflows/ci-push.yml index aaa10d5..aa9d704 100644 --- a/.github/workflows/ci-push.yml +++ b/.github/workflows/ci-push.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x] needs: build steps: - uses: actions/checkout@v2 diff --git a/package-lock.json b/package-lock.json index 18c27df..ab28dc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "mwn", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.11.1", + "version": "0.11.2", "license": "LGPL-3.0-or-later", "dependencies": { "@types/eventsource": "^1.1.4", diff --git a/package.json b/package.json index 8993b1f..6d6df6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mwn", - "version": "0.11.1", + "version": "0.11.2", "description": "JavaScript & TypeScript MediaWiki bot framework for Node.js", "main": "./build/bot.js", "types": "./build/bot.d.ts", diff --git a/website/README.md b/website/README.md index 8a9b77b..40a2a15 100644 --- a/website/README.md +++ b/website/README.md @@ -19,7 +19,7 @@ This command starts a local development server and opens up a browser window. Mo ## Build ```console -npm build +npm run build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service.