add PUPPETEER_SKIP_DOWNLOAD

This commit is contained in:
Henry
2023-06-16 23:16:33 +01:00
parent 01e5e12e4e
commit 5e35918021
4 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ jobs:
platform: [ubuntu-latest]
node-version: [18.15.0]
runs-on: ${{ matrix.platform }}
env:
PUPPETEER_SKIP_DOWNLOAD: true
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
+3 -2
View File
@@ -7,12 +7,13 @@ on:
pull_request:
branches:
- "*"
- '*'
jobs:
build:
runs-on: ubuntu-latest
env:
PUPPETEER_SKIP_DOWNLOAD: true
steps:
- uses: actions/checkout@v3