Update node to 14.16.0

This commit is contained in:
Fedor Indutny
2021-04-02 17:29:14 -07:00
committed by Josh Perez
parent a97abf718d
commit 3970ae642d
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.18.3'
node-version: '14.16.0'
- run: npm install -g yarn@1.22.0
- run: yarn install --frozen-lockfile
- run: yarn generate
@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.18.3'
node-version: '14.16.0'
- run: npm install -g yarn@1.22.0
- run: yarn install --frozen-lockfile
- run: yarn generate
@@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.18.3'
node-version: '14.16.0'
- run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.0
- run: yarn install --frozen-lockfile
@@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.18.3'
node-version: '14.16.0'
- run: npm install -g yarn@1.22.0
- run: yarn install --frozen-lockfile
- run: yarn generate

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.18.3'
node-version: '14.16.0'
- run: npm install -g yarn@1.22.0
- run: npm install -g snyk@1.316.1

2
.nvmrc
View File

@@ -1 +1 @@
12.18.3
14.16.0

View File

@@ -278,7 +278,7 @@
"@storybook/react/@storybook/core/node-fetch": "2.6.1"
},
"engines": {
"node": "12.18.3"
"node": "14.16.0"
},
"build": {
"appId": "org.whispersystems.signal-desktop",