Skip to content

Commit 7e67425

Browse files
Update issue887.yml
1 parent 3c75308 commit 7e67425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue887.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
15-
node-version: ${{ matrix.node-version }}
16-
cache: 'yarn'
14+
node-version: "20"
15+
cache: 'yarn'
16+
cache-dependency-path: '**/yarn.lock'

0 commit comments

Comments
 (0)