We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d163810 commit e2b87caCopy full SHA for e2b87ca
1 file changed
.github/workflows/main.yml
@@ -1,17 +1,14 @@
1
-name: Check DataURI package
+name: DataURI
2
on:
3
- push:
4
- branches:
5
- - main
6
pull_request_target:
7
types: [assigned, opened, synchronize, reopened]
8
jobs:
9
check-package:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node: [ '10', '12', '14', '16' ]
14
- name: Check DataURI package on Node.js ${{ matrix.node }}
+ node: ['10', '12', '14', '16']
+ name: Check package on Node.js ${{ matrix.node }}
15
steps:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-node@v2
0 commit comments