Skip to content

Commit cabf1fa

Browse files
Update dependency node to v22
1 parent 9f854e0 commit cabf1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20' # Specify the Node.js version here
35+
node-version: '22' # Specify the Node.js version here
3636

3737
- name: Install dependencies
3838
run: npm install

0 commit comments

Comments
 (0)