Skip to content

Commit

Permalink
Switch integration tests to Node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnotacake committed Nov 14, 2023
1 parent 84965e4 commit 0e09ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Expand Up @@ -66,10 +66,10 @@ jobs:
with:
toolchain: stable
profile: minimal
- name: Install Node.js 18.x
- name: Install Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x
- name: Install Emscripten
run: |
version=$(cat src/wrappers/themis/wasm/emscripten/VERSION)
Expand Down

0 comments on commit 0e09ed7

Please sign in to comment.