-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump minimum version to NodeJS v16 and enable SIMD (#395)
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 14 # An old version is intentionally used in order to check compatibility | ||
# Set the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/> | ||
node-version: 16 | ||
- run: apt-get update && apt install -y binaryen # For `wasm-opt` | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
|
@@ -134,7 +135,7 @@ jobs: | |
fetch-depth: 0 # Necessary below for checking if the tag exists. | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
- uses: denoland/setup-deno@v1 | ||
with: | ||
deno-version: v1.x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters