Skip to content

Commit

Permalink
use node 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rschoene committed Jun 26, 2024
1 parent f91c202 commit b1f205d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install CUDA runtime (if needed)
if: matrix.CUDA != '0' && matrix.ONEAPI == 0
run: |
Expand Down

0 comments on commit b1f205d

Please sign in to comment.