Skip to content

Commit 8fca5ef

Browse files
Update _computeDescription() (#56)
* fix: _computeDescription checks for core:description * test: add test for core:description * build: package lock v2 * build(github): change node from 14 to 16 * chore: update package-lock.json * 4.5.21
1 parent 2f189ca commit 8fca5ef

File tree

5 files changed

+12782
-1409
lines changed

5 files changed

+12782
-1409
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-node@v1
2121
with:
22-
node-version: 14
22+
node-version: 16
2323
- uses: microsoft/playwright-github-action@v1
2424
- uses: actions/cache@v1
2525
with:
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939
- uses: actions/setup-node@v1
4040
with:
41-
node-version: 14
41+
node-version: 16
4242
- uses: microsoft/playwright-github-action@v1
4343
- uses: actions/cache@v1
4444
with:
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565
- uses: actions/setup-node@v2
6666
with:
67-
node-version: '14.x'
67+
node-version: '16.x'
6868
registry-url: 'https://registry.npmjs.org'
6969
- uses: actions/cache@v1
7070
with:

0 commit comments

Comments
 (0)