We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62beffc + f264a23 commit dadc6fcCopy full SHA for dadc6fc
.github/workflows/bundle_analysis.yml
@@ -18,10 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
21
- - name: Use Node.js 14.x
+ - name: Use Node.js 16.x
22
uses: actions/setup-node@v1
23
with:
24
- node-version: 14.x
+ node-version: 16.x
25
26
- name: Cache node modules
27
uses: actions/cache@v1
.github/workflows/release.yml
@@ -13,10 +13,10 @@ jobs:
13
- name: Prepare repository
14
run: git fetch --unshallow --tags
15
16
17
0 commit comments