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 9fbe887 commit 223e21eCopy full SHA for 223e21e
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
22
with:
23
node-version: ${{ matrix.node-version }}
24
cache: npm
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
0 commit comments