We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eed1ac commit dab2582Copy full SHA for dab2582
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Use Node.js ${{ matrix.version }}
31
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.3.0
32
with:
33
node-version: ${{ matrix.version }}
34
cache: 'npm'
0 commit comments