Skip to content

Commit e2b87ca

Browse files
authored
Update gh action
1 parent d163810 commit e2b87ca

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
name: Check DataURI package
1+
name: DataURI
22
on:
3-
push:
4-
branches:
5-
- main
63
pull_request_target:
74
types: [assigned, opened, synchronize, reopened]
85
jobs:
96
check-package:
107
runs-on: ubuntu-latest
118
strategy:
129
matrix:
13-
node: [ '10', '12', '14', '16' ]
14-
name: Check DataURI package on Node.js ${{ matrix.node }}
10+
node: ['10', '12', '14', '16']
11+
name: Check package on Node.js ${{ matrix.node }}
1512
steps:
1613
- uses: actions/checkout@v2
1714
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)