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 897b53d commit a624b7bCopy full SHA for a624b7b
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- run: corepack enable
11
- uses: actions/setup-node@v4
12
with:
@@ -24,7 +24,7 @@ jobs:
24
node-version: [18, 20, 22]
25
26
27
28
29
- run: corepack enable ${{ matrix.os == 'windows-latest' && '--install-directory C:\npm\prefix' || '' }}
30
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
fetch-depth: 0
37
0 commit comments