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 fad3b27 commit cfa7fceCopy full SHA for cfa7fce
.github/workflows/on_push.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: 20
+ node-version: 22
20
cache: pnpm
21
- name: Install, Lint, Test
22
run: |
.github/workflows/release.yml
- name: Install dependencies
0 commit comments