Skip to content

Commit 1886773

Browse files
authored
ci: node.js 22 (#208)
1 parent cbcfff8 commit 1886773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Set up Node.js 20
20+
- name: Set up Node.js 22
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: '20'
23+
node-version: '22'
2424
cache: 'yarn'
2525
cache-dependency-path: 'yarn.lock'
2626

0 commit comments

Comments
 (0)