We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b81771 + fc80bde commit d2edbf6Copy full SHA for d2edbf6
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Setup Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
.github/workflows/code-quality.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Setup Node.js
19
20
21
node-version: '20.x'
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
0 commit comments