Update node to 14.16.0
This commit is contained in:

committed by
Josh Perez

parent
a97abf718d
commit
3970ae642d
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/snyk.yml
vendored
2
.github/workflows/snyk.yml
vendored
@@ -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
|
||||
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user