Skip to content

Commit 044df1d

Browse files
committed
Use node 22 in github workflow
1 parent 6c9130f commit 044df1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js environment
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18
24+
node-version: 22
2525
cache: pnpm
2626

2727
- name: Install dependencies

0 commit comments

Comments
 (0)