chore: use node 12 everywhere (#2081)
This commit is contained in:
parent
da4d32c1e7
commit
32b1be96a9
|
@ -63,8 +63,8 @@ commands:
|
||||||
name: "Install Node.js"
|
name: "Install Node.js"
|
||||||
# via https://circleci.com/docs/2.0/circleci-images/#notes-on-pinning-images
|
# via https://circleci.com/docs/2.0/circleci-images/#notes-on-pinning-images
|
||||||
command: |
|
command: |
|
||||||
curl -sSL "https://nodejs.org/dist/v12.22.2/node-v12.22.2-linux-x64.tar.xz" \
|
curl -sSL "https://nodejs.org/dist/v12.22.3/node-v12.22.3-linux-x64.tar.xz" \
|
||||||
| sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.22.2-linux-x64/bin/node
|
| sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.22.3-linux-x64/bin/node
|
||||||
- run:
|
- run:
|
||||||
name: Check current version of node
|
name: Check current version of node
|
||||||
command: node -v
|
command: node -v
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
"*.html": "standard --fix --plugin html 'src/routes/**/*.html'"
|
"*.html": "standard --fix --plugin html 'src/routes/**/*.html'"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "14.17.3",
|
"node": "12.22.3",
|
||||||
"yarn": "1.22.11"
|
"yarn": "1.22.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue