Skip to content

Commit 914f09f

Browse files
Update issue887.yml
1 parent dc77e8d commit 914f09f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/issue887.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
env:
99
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: "20"
15-
cache: 'yarn'
16-
cache-dependency-path: '**/yarn.lock'
14+
15+
node-version: ${{ matrix.node-version }}
16+
cache: 'yarn'

0 commit comments

Comments
 (0)