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.
2 parents a10a30c + 0205b7f commit 21d421dCopy full SHA for 21d421d
1 file changed
.github/workflows/build-test-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v7
17
- uses: pnpm/action-setup@v6
18
- name: Setting up Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
20
with:
21
node-version: ${{ matrix.node-version }}
22
cache: "pnpm"
0 commit comments