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 65dc667 commit 5aea30cCopy full SHA for 5aea30c
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
33
- name: Setup Node.js
34
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
35
with:
36
node-version: ${{ matrix.node-version }}
37
- name: Setup LCOV
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
node-version: lts/*
29
registry-url: 'https://registry.npmjs.com'
0 commit comments