Skip to content

Commit

Permalink
fix(github-action): update node version (node test runner)
Browse files Browse the repository at this point in the history
because we are using node test runner framework we need new version
  • Loading branch information
bukowa committed Jun 28, 2024
1 parent f8877a2 commit 06644cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-e2e-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: 22.2.0
cache: 'npm'

- name: Setup Rust
Expand Down

0 comments on commit 06644cb

Please sign in to comment.