Skip to content

Commit e443aa8

Browse files
ci(github): set Node.js version to 16 in build.yml workflow
1 parent e251ba5 commit e443aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
- name: Use Node.js
1616
uses: actions/setup-node@v2
17+
with:
18+
node-version: 16
1719

1820
- name: Cache dependencies
1921
uses: actions/cache@v2

0 commit comments

Comments
 (0)