Skip to content

Commit

Permalink
Update tested Node versions list
Browse files Browse the repository at this point in the history
* Get rid of old and unmaintained v10
* Add v18 and v20
* Switch integration tests to v18
  • Loading branch information
iamnotacake committed Nov 13, 2023
1 parent 4311c4e commit 84965e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
with:
toolchain: stable
profile: minimal
- name: Install Node.js 10.x
- name: Install Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 18.x
- name: Install Emscripten
run: |
version=$(cat src/wrappers/themis/wasm/emscripten/VERSION)
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/test-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
strategy:
matrix:
node-version:
- 10.x # legacy
- 12.x # legacy
- 14.x # legacy
- 16.x # legacy
Expand Down Expand Up @@ -112,9 +111,11 @@ jobs:
strategy:
matrix:
node-version:
- 12.x # old LTS
- 14.x # current LTS
- 16.x # current stable
- 12.x # legacy
- 14.x # legacy
- 16.x # legacy
- 18.x # current LTS
- 20.x # current active
fail-fast: false
env:
# WasmThemis uses promises to handle asynchronous WebAssmebly compilation.
Expand Down

0 comments on commit 84965e4

Please sign in to comment.