Skip to content

Commit 2804252

Browse files
fix: lts
1 parent b420db7 commit 2804252

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
uses: actions/checkout@v4
4242
- name: Set up node
4343
uses: actions/setup-node@v4
44+
with:
45+
node-version: lts/*
46+
registry-url: 'https://registry.npmjs.org'
47+
cache: npm
4448
- name: Update npm
4549
run: npm install -g npm@latest # Ensure npm 11.5.1 or later is installed for OIDC support
4650
- name: Install dependencies

0 commit comments

Comments
 (0)