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

Commit

Permalink
Revert "confirm 14.6 is where toString breaks"
Browse files Browse the repository at this point in the history
This reverts commit 1f6b7f8.
  • Loading branch information
nschonni committed Sep 26, 2020
1 parent 1f6b7f8 commit fd7ac32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
node:
- 10
- 12
- 14.6
- 14.5
include:
- node: 10
alpine: "3.9"
- node: 12
alpine: "3.9"
- node: 14.6
- node: 14.5
alpine: "3.10"
steps:
- name: Install Alpine build tools
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
jobs:
include:
- stage: test
node_js: "14.6"
node_js: "14.5"
os: linux
before_script: npm run lint || exit 1;
after_success: npm run-script coverage;
Expand All @@ -26,7 +26,7 @@ jobs:
- LINK="gcc-6"
- LINKXX="g++-6"
- stage: platform-test
node_js: "14.6"
node_js: "14.5"
os: osx
- stage: platform-test
node_js: "12"
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- nodejs_version: 12
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- nodejs_version: 14.6
- nodejs_version: 14.5
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

Expand Down Expand Up @@ -116,7 +116,7 @@
- nodejs_version: 12
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- nodejs_version: 14.6
- nodejs_version: 14.5
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

Expand Down

0 comments on commit fd7ac32

Please sign in to comment.