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 b97d94b commit 731aa8eCopy full SHA for 731aa8e
files/.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Install Node
26
uses: actions/setup-node@v6
27
with:
28
+ node-version: 22
29
cache: <%= pnpm ? 'pnpm' : yarn ? 'yarn' : 'npm' %>
30
- name: Install Dependencies
31
run: <%= pnpm ? 'pnpm install --frozen-lockfile' : yarn ? 'yarn install --frozen-lockfile' : 'npm ci' %>
@@ -44,6 +45,7 @@ jobs:
44
45
46
47
48
49
50
51
0 commit comments