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 b4d769b commit 7222cdaCopy full SHA for 7222cda
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
17
with:
18
node-version: ${{ matrix.node-version }}
19
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
20
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21
22
23
24
25
- name: yarn install, and build
0 commit comments