Merge pull request #2901 from h3poteto/update/node-ci
Update node version to 14.18 in CI
This commit is contained in:
commit
f418554a5a
|
@ -2,7 +2,7 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: node:14.15.1-buster-slim
|
||||
- image: node:14.18.1-buster-slim
|
||||
working_directory: /var/opt/app
|
||||
steps:
|
||||
- checkout
|
||||
|
|
Loading…
Reference in New Issue