Skip to content

Commit 5f84c9c

Browse files
authored
Merge pull request #303 from consideRatio/pr/test-with-latest-stable-node
ci: test with latest stable node
2 parents b06ade9 + a960822 commit 5f84c9c

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)