Skip to content

Commit 3e64a1f

Browse files
authored
Use node 16
1 parent 67dc02d commit 3e64a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: true
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: 12
31+
node-version: 16
3232
- uses: actions/cache@v3
3333
with:
3434
path: ${{env.EM_CACHE_FOLDER}}

0 commit comments

Comments
 (0)