Skip to content

Commit abf15a8

Browse files
authored
chore: (github actions) update node version from 18 to 22 (#252)
1 parent 9b16365 commit abf15a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Node.js
2727
uses: actions/setup-node@v2
2828
with:
29-
node-version: "18"
29+
node-version: "22"
3030

3131
- name: Install dependencies
3232
run: yarn install

0 commit comments

Comments
 (0)