Skip to content

Commit 09a51ac

Browse files
committed
⬆️🔖 Fixed npm vulnerabilities, Release 2.1.1
1 parent e474767 commit 09a51ac

File tree

3 files changed

+24801
-5253
lines changed

3 files changed

+24801
-5253
lines changed

.github/workflows/pages.yml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
name: Node CI
22

3-
on: [push]
3+
on: [push, workflow_dispatch]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
108
strategy:
119
matrix:
12-
node-version: [14.x]
13-
10+
node-version:
11+
- 14.x
12+
- 15.x
1413
steps:
15-
- uses: actions/checkout@v2.3.4
16-
17-
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v1.4.4
19-
with:
20-
node-version: ${{ matrix.node-version }}
14+
- uses: actions/checkout@v2.3.4
15+
16+
- name: Use Node.js ${{ matrix.node-version }}
17+
uses: actions/setup-node@v1.4.4
18+
with:
19+
node-version: ${{ matrix.node-version }}
2120

22-
- name: npm install, build, and test
23-
run: |
24-
npm ci
25-
npm run build-storybook
26-
- name: Deploy
27-
uses: JamesIves/github-pages-deploy-action@3.7.1
28-
with:
29-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
30-
BRANCH: gh-pages
31-
FOLDER: storybook-static
32-
env:
33-
CI: true
21+
- name: npm install, build, and test
22+
run: |
23+
npm ci
24+
npm run build-storybook
25+
- name: Deploy
26+
uses: JamesIves/github-pages-deploy-action@3.7.1
27+
with:
28+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
29+
BRANCH: gh-pages
30+
FOLDER: storybook-static
31+
env:
32+
CI: true

0 commit comments

Comments
 (0)