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 140e84f commit 125d8e7Copy full SHA for 125d8e7
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [18.x, 20.x, 22.x]
17
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v6
22
with:
.github/workflows/release-publish.yml
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
fetch-depth: 0
token: ${{ secrets.HC_TOKEN }}
0 commit comments