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 4b01f1b commit addfb7fCopy full SHA for addfb7f
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
version: latest
18
- name: Setup Node
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
21
node-version: '22.19.0'
22
cache: 'pnpm'
.github/workflows/tests.yaml
@@ -17,7 +17,7 @@ jobs:
- name: Setup node
node-version: ${{ matrix.node-version }}
23
0 commit comments