Skip to content

Commit

Permalink
chore(package-npm): bump default Emscripten version
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Aug 1, 2024
1 parent 9bfd32c commit d82dd15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
emscripten-version:
description: The Emscripten version
default: ${{vars.EMSCRIPTEN_VERSION || '3.1.55'}}
default: ${{vars.EMSCRIPTEN_VERSION || '3.1.64'}}
type: string
ubuntu-version:
description: The version of the Ubuntu runner image
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ inputs:
type: string
node-version:
description: The NodeJS version
default: ${{vars.NODE_VERSION || 'latest'}}
default: ${{vars.NODE_VERSION || '20'}}
type: string
emscripten-version:
description: The Emscripten version
default: ${{vars.EMSCRIPTEN_VERSION || '3.1.55'}}
default: ${{vars.EMSCRIPTEN_VERSION || '3.1.64'}}
type: string
ubuntu-version:
description: The version of the Ubuntu runner image
Expand Down

0 comments on commit d82dd15

Please sign in to comment.