Skip to content

Commit c9a393f

Browse files
authored
Merge pull request #1 from mendix/update-emsdk
update emsdk version to 4.0.6
2 parents e276e63 + 879833d commit c9a393f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ "master" ]
1111

1212
env:
13-
EM_VERSION: 3.1.61
13+
EM_VERSION: 4.0.6
1414
EM_CACHE_FOLDER: 'emsdk-cache'
1515

1616
jobs:

.github/workflows/release-wa-sqlite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
type: string
2323
em_version:
2424
description: 'EMSDK version'
25-
default: 'latest'
25+
default: '4.0.6'
2626
required: false
2727
type: string
2828

0 commit comments

Comments
 (0)