We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d614462 commit b701884Copy full SHA for b701884
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Use Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v4.0.1
+ uses: actions/setup-node@v4.0.2
20
with:
21
node-version: ${{ matrix.node-version }}
22
- name: Installation
0 commit comments