mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
bump node versions
This commit is contained in:
parent
40e3ac40fc
commit
3138e208f0
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/node:8.11.3-browsers
|
||||
- image: circleci/node:10.22.0-browsers
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn install --pure-lockfile --no-progress --non-interactive
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
"webpack-merge": "^4.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.0.0",
|
||||
"node": ">= 10.22.0",
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
Loading…
Reference in a new issue