|
|
@ -14,9 +14,9 @@ jobs: |
|
|
|
packages: write |
|
|
|
packages: write |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '12.x' |
|
|
|
node-version: '12.x' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
- name: Install |
|
|
|
- name: Install |
|
|
|
run: npm install |
|
|
|
run: npm install |
|
|
|
- name: Test |
|
|
|
- name: Test |
|
|
@ -35,9 +35,9 @@ jobs: |
|
|
|
packages: write |
|
|
|
packages: write |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '12.x' |
|
|
|
node-version: '12.x' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
- name: Install |
|
|
|
- name: Install |
|
|
|
run: npm install |
|
|
|
run: npm install |
|
|
|
- name: Lint |
|
|
|
- name: Lint |
|
|
@ -49,10 +49,10 @@ jobs: |
|
|
|
packages: write |
|
|
|
packages: write |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '12.x' |
|
|
|
node-version: '12.x' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
- name: Install |
|
|
|
- name: Install |
|
|
|
run: npm install |
|
|
|
run: npm install |
|
|
|
- name: Build |
|
|
|
- name: Build |
|
|
|
run: npm run build |
|
|
|
run: npm run build |
|
|
|