Skip to content

Commit f264a23

Browse files
authored
Update bundle_analysis.yml
1 parent 03c64c1 commit f264a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bundle_analysis.yml

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)