Update node version to 14.18 in CI

This commit is contained in:
AkiraFukushima 2021-10-26 22:21:21 +09:00
parent 021ee5407e
commit 57c0824239
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 1 deletions

View File

@ -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