From e1e59cd077cd5e740dac8bbb60d55b7429619647 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 22 Aug 2021 16:07:27 +0000 Subject: [PATCH] Release v0.0.6 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/examples.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/test_coverage.yml | 2 +- .github/workflows/test_install.yml | 2 +- package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7a0a8ab..fccb4c2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 'lts/*' + node-version: 16 timeout-minutes: 5 - name: Install production and development dependencies run: | diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 8ed5947..be2d812 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 'lts/*' + node-version: 16 timeout-minutes: 5 - name: Install production and development dependencies run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dcb75a5..bcf6ed8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 'lts/*' + node-version: 16 timeout-minutes: 5 - name: Replace all GitHub links to individual packages with npm links run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 431fb61..3d3cfc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 'lts/*' + node-version: 16 timeout-minutes: 5 - name: Install production and development dependencies id: install diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index e7f0c59..ae56523 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 'lts/*' + node-version: 16 timeout-minutes: 5 - name: Install production and development dependencies run: | diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 1712c61..0bb1900 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 'lts/*' + node-version: 16 timeout-minutes: 5 - name: Install production dependencies via npm run: | diff --git a/package.json b/package.json index 376ad8b..1fc61f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/stats-incr-kurtosis", - "version": "0.0.5", + "version": "0.0.6", "description": "Compute a corrected sample excess kurtosis incrementally.", "license": "Apache-2.0", "author": {