Skip to content

Commit d08e8d5

Browse files
committed
chore: change node version in github actions
1 parent 5568f55 commit d08e8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Setup Node 🥣
88
uses: actions/setup-node@v2
99
with:
10-
node-version: 16
10+
node-version: 22
1111
- run: node -v
1212
- run: npm -v
1313

0 commit comments

Comments
 (0)