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.
2 parents 54d2250 + 5d63083 commit e173187Copy full SHA for e173187
.github/workflows/code-quality.yml
@@ -32,7 +32,7 @@ jobs:
32
token: ${{ secrets.GITHUB_TOKEN }}
33
34
- name: Setup Node.js
35
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
36
with:
37
node-version: '20'
38
cache: 'npm'
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v5
17
18
19
20
21
node-version: '22'
22
registry-url: 'https://registry.npmjs.org'
.github/workflows/run-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
node-version: ${{ matrix.node-version }}
48
0 commit comments