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 38b9ca1 commit d143d97Copy full SHA for d143d97
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
21
with:
22
node-version: ${{ matrix.node-version }}
23
.github/workflows/update-contributors.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Use Node.js
16
- uses: pnpm/action-setup@v2
name: Install pnpm
0 commit comments