mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
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
|
||||
|
||||
Reference in New Issue
Block a user