Skip to content

Commit 62af8bb

Browse files
test: improve flaky tests
1 parent fd164a9 commit 62af8bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: macos-latest
1717
steps:
1818
- uses: actions/checkout@v5
19-
- name: Use Node.js 20.x
19+
- name: Use Node.js 24.x
2020
uses: actions/setup-node@v5
2121
with:
22-
node-version: '22.x'
22+
node-version: '24.x'
2323
- run: npm ci
2424
- run: npm run lint
2525
- run: npm test
@@ -41,10 +41,10 @@ jobs:
4141
- uses: actions/checkout@v5
4242
with:
4343
persist-credentials: false
44-
- name: Use Node.js 20.x
44+
- name: Use Node.js 24.x
4545
uses: actions/setup-node@v5
4646
with:
47-
node-version: '22.x'
47+
node-version: '24.x'
4848
- run: npm ci
4949
- run: npm run semantic-release
5050
env:

0 commit comments

Comments
 (0)