Skip to content

Commit 417d44f

Browse files
committed
Use current Node.js LTS (22.x) for browser tests
1 parent d5bb5ea commit 417d44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
test-browser:
5555
runs-on: ubuntu-latest
5656
env:
57-
NODE_VERSION: 20.x
57+
NODE_VERSION: 22.x
5858

5959
steps:
6060
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)