Skip to content

Commit dadc6fc

Browse files
committed
Merge branch 'next' into update-docusaurus-example
2 parents 62beffc + f264a23 commit dadc6fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bundle_analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020

21-
- name: Use Node.js 14.x
21+
- name: Use Node.js 16.x
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 14.x
24+
node-version: 16.x
2525

2626
- name: Cache node modules
2727
uses: actions/cache@v1

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Prepare repository
1414
run: git fetch --unshallow --tags
1515

16-
- name: Use Node.js 14.x
16+
- name: Use Node.js 16.x
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 14.x
19+
node-version: 16.x
2020

2121
- name: Cache node modules
2222
uses: actions/cache@v1

0 commit comments

Comments
 (0)