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 293793c commit 261b684Copy full SHA for 261b684
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v4
22
with:
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: [18.x]
15
0 commit comments