Skip to content

Commit a4c4bbd

Browse files
authored
reverting unnecessary changes from ci-lint.yml
1 parent 8a3eedf commit a4c4bbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1919
with:
2020
persist-credentials: false
21-
- name: Use Node.js 20.x
21+
- name: Use Node.js 22.x
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
24-
node-version: 20.x
24+
node-version: 22.x
2525
- name: Get node modules
2626
run: npm ci
2727
env:
2828
CI: true
2929
- name: Lint source code
30-
run: npm run lint
30+
run: npm run lint

0 commit comments

Comments
 (0)