Skip to content

Commit 731aa8e

Browse files
committed
Set default node in CI to the Active LTS
1 parent b97d94b commit 731aa8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install Node
2626
uses: actions/setup-node@v6
2727
with:
28+
node-version: 22
2829
cache: <%= pnpm ? 'pnpm' : yarn ? 'yarn' : 'npm' %>
2930
- name: Install Dependencies
3031
run: <%= pnpm ? 'pnpm install --frozen-lockfile' : yarn ? 'yarn install --frozen-lockfile' : 'npm ci' %>
@@ -44,6 +45,7 @@ jobs:
4445
- name: Install Node
4546
uses: actions/setup-node@v6
4647
with:
48+
node-version: 22
4749
cache: <%= pnpm ? 'pnpm' : yarn ? 'yarn' : 'npm' %>
4850
- name: Install Dependencies
4951
run: <%= pnpm ? 'pnpm install --frozen-lockfile' : yarn ? 'yarn install --frozen-lockfile' : 'npm ci' %>

0 commit comments

Comments
 (0)