Skip to content

Commit

Permalink
ci: freeze node version for testing
Browse files Browse the repository at this point in the history
Signed-off-by: 0xpanoramix <[email protected]>
  • Loading branch information
0xpanoramix committed Jan 21, 2025
1 parent d38c2d4 commit af69ed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 'v22.3.0'

- name: Install test-util dependencies
run: |
Expand Down

0 comments on commit af69ed4

Please sign in to comment.