Skip to content

Commit 5a8f385

Browse files
Node 14 for now to match Emscripten.
1 parent e3cf781 commit 5a8f385

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Configure node
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 14.x
3434
cache: "npm"
3535
registry-url: "https://npm.pkg.github.com"
3636
- run: npm ci

0 commit comments

Comments
 (0)