Skip to content

Commit 3b2242f

Browse files
committed
Update Node.js version to 24 and remove pnpm version specification in CI workflow
1 parent adb033f commit 3b2242f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/awesome-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ jobs:
1111
fetch-depth: 0
1212
- name: Setup pnpm
1313
uses: pnpm/action-setup@v4
14-
with:
15-
version: 10
1614
- name: Setup Node.js
1715
uses: actions/setup-node@v5
1816
with:
19-
node-version: 20
17+
node-version: 24
2018
cache: 'pnpm'
2119
- name: Install dependencies
2220
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)