Skip to content

Commit

Permalink
set node version for runtime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 31, 2024
1 parent 0b181c6 commit 542f3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: current
node-version: 20.11

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 542f3d2

Please sign in to comment.