We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc77e8d commit 914f09fCopy full SHA for 914f09f
.github/workflows/issue887.yml
@@ -8,9 +8,9 @@ jobs:
8
env:
9
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
13
with:
14
- node-version: "20"
15
- cache: 'yarn'
16
- cache-dependency-path: '**/yarn.lock'
+
+ node-version: ${{ matrix.node-version }}
+ cache: 'yarn'
0 commit comments