Skip to content

Commit fa4a62a

Browse files
committed
Bump node version in CI
1 parent 2006924 commit fa4a62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v4
1919

20-
- name: Use Node.js 18.x
20+
- name: Use Node.js 22.x
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 18.x
23+
node-version: 22.x
2424

2525
- name: Install dependencies
2626
run: npm install

0 commit comments

Comments
 (0)