first commit
This commit is contained in:
30
node_modules/dom-to-image-more/.github/workflows/verify.yml
generated
vendored
Normal file
30
node_modules/dom-to-image-more/.github/workflows/verify.yml
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, v2.x]
|
||||
pull_request:
|
||||
branches: [main, v2.x]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Setup Chrome
|
||||
uses: browser-actions/setup-chrome@v1
|
||||
- name: Check dependencies
|
||||
run: npm ci --dry-run
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Run build only
|
||||
run: npm run build:ci
|
||||
Reference in New Issue
Block a user