We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e276e63 + 879833d commit c9a393fCopy full SHA for c9a393f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
branches: [ "master" ]
11
12
env:
13
- EM_VERSION: 3.1.61
+ EM_VERSION: 4.0.6
14
EM_CACHE_FOLDER: 'emsdk-cache'
15
16
jobs:
.github/workflows/release-wa-sqlite.yml
@@ -22,7 +22,7 @@ on:
22
type: string
23
em_version:
24
description: 'EMSDK version'
25
- default: 'latest'
+ default: '4.0.6'
26
required: false
27
28
0 commit comments