Skip to content

Commit 8a7964d

Browse files
authored
Update test.yml
Test using node 22
1 parent 0c1d744 commit 8a7964d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
python-version: 3.8
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: '12.x'
14+
node-version: '22.x'
1515
- run: pip3 install --user virtualenv
1616
- run: make test

0 commit comments

Comments
 (0)