We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae490ce commit bf9b1acCopy full SHA for bf9b1ac
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v3
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: Get yarn cache directory path
0 commit comments