update to node 12.x

fixes missing globalThis in CI tests
This commit is contained in:
David Lechner
2021-01-08 20:55:49 -06:00
parent 3943f149a5
commit ac0c414245
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
- uses: actions/checkout@v2
- run: yarn install
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
- uses: actions/checkout@v2
- run: yarn install
+1 -1
View File
@@ -1 +1 @@
nodejs 10.21.0
nodejs 12.18.3
+1 -1
View File
@@ -40,7 +40,7 @@ These are the required software tools you need to install on your computer.
### Node.js
We are using [Node.js][node] v10.x. We recommend using a tool such as [asdf][asdf]
We are using [Node.js][node] v12.x. We recommend using a tool such as [asdf][asdf]
or [nvm][nvm] if you need to install more than one version of Node.js.
[node]: https://nodejs.org/en/