Skip to content

Commit 57c120c

Browse files
Merge pull request #73 from HERA-Team/gh_node_16
Update runner node choice
2 parents 700e476 + 96a6c7e commit 57c120c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test_suite.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ jobs:
7272
echo "/home/locoadmin/bin" >> $GITHUB_PATH
7373
echo "/usr/local/cuda/bin" >> $GITHUB_PATH
7474
75-
- uses: actions/checkout@main
75+
- uses: actions/setup-node@v3.8.2
76+
with:
77+
node-version: 16
78+
79+
- uses: actions/checkout@v3.6.0
7680
with:
7781
fetch-depth: 0
7882

0 commit comments

Comments
 (0)