Skip to content

Commit 4528d10

Browse files
authored
Update versions uses in README file (#59)
We probably don't want to be referring to ancient versions here.
1 parent f77ca22 commit 4528d10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ To just cache emsdk:
2727
uses: emscripten-core/setup-emsdk@v15
2828
with:
2929
# Make sure to set a version number!
30-
version: 1.38.40
30+
version: 5.0.1
3131
# Optional emsdk version (set if not the same as emscripten version)
32-
emsdk-version: 3.1.5
32+
emsdk-version: 5.0.5
3333
# This is the name of the cache folder.
3434
# The cache folder will be placed in the build directory,
3535
# so make sure it doesn't conflict with anything!
@@ -43,7 +43,7 @@ If you want to also cache system libraries generated during build time:
4343
4444
```yaml
4545
env:
46-
EM_VERSION: 1.39.18
46+
EM_VERSION: 5.0.1
4747
EM_CACHE_FOLDER: 'emsdk-cache'
4848

4949
jobs:

0 commit comments

Comments
 (0)