Skip to content

Commit e5cfa41

Browse files
authored
ci: touch-up files (#249)
1 parent 0a4a9e7 commit e5cfa41

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
- name: Checkout repository
99
uses: actions/checkout@v4
1010

11-
- name: Install node20 runtime
11+
- name: Install node22 runtime
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 22
1515

1616
- name: Install dependencies
17-
run: rm -rf node_modules && yarn install --frozen-lockfile
17+
run: rm -rf node_modules && yarn install
1818

1919
- name: Run ESLint
2020
run: yarn lint

.github/workflows/validateWithLinks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
1111

12-
- name: Install node20 runtime
12+
- name: Install node22 runtime
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 20
15+
node-version: 22
1616

1717
- name: Install dependencies
18-
run: rm -rf node_modules && yarn install --frozen-lockfile
18+
run: rm -rf node_modules && yarn install
1919

2020
- name: Run ESLint
2121
run: yarn lint

0 commit comments

Comments
 (0)