Skip to content

Commit a960822

Browse files
committed
ci: test with latest stable node
1 parent b06ade9 commit a960822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v4
5555
- uses: actions/setup-node@v4
5656
with:
57-
node-version: "18"
57+
node-version: "lts/*"
5858
- uses: actions/setup-python@v5
5959
with:
6060
python-version: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)