Skip to content

Commit 2d99f59

Browse files
Merge pull request #287 from unboxed/fix-ci-node-version
Fix CI node version
2 parents d3e99d5 + 6cc7446 commit 2d99f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/setup-node@v4
6464
if: hashFiles('yarn.lock') != ''
6565
with:
66-
node-version: "16"
66+
node-version-file: .node-version
6767
cache: "yarn"
6868

6969
- name: Install packages

0 commit comments

Comments
 (0)