mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-03 18:57:43 +01:00
Merge pull request #1967 from h3poteto/node/14.15.1
Update node version to 14.15.1
This commit is contained in:
commit
d85fcf1bb1
@ -2,7 +2,7 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: node:12.13.1-buster-slim
|
- image: node:14.15.1-buster-slim
|
||||||
working_directory: /var/opt/app
|
working_directory: /var/opt/app
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
@ -14,13 +14,13 @@ jobs:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restoring cache - node_modules
|
name: Restoring cache - node_modules
|
||||||
keys:
|
keys:
|
||||||
- node_modules-{{ arch }}-node12.13.1-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}
|
- node_modules-{{ arch }}-node14.15.1-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install packages
|
name: Install packages
|
||||||
command: yarn install
|
command: yarn install
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: Saving cache - node_modules
|
name: Saving cache - node_modules
|
||||||
key: node_modules-{{ arch }}-node12.13.1-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}
|
key: node_modules-{{ arch }}-node14.15.1-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user