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