Skip to content

Commit

Permalink
Merge d82cf31 into 2859c0c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2021
2 parents 2859c0c + d82cf31 commit 89e3478
Show file tree
Hide file tree
Showing 5 changed files with 2,051 additions and 1,502 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.5.0
with:
node-version: '12.x'
- name: Setup Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.7
with:
path: |
node_modules
Expand Down Expand Up @@ -49,11 +49,11 @@ jobs:
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.5.0
with:
node-version: '12.x'
- name: Setup Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.7
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.5.0
with:
node-version: ${{ matrix.node }}
- name: Setup Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.7
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 89e3478

Please sign in to comment.