Skip to content

Commit

Permalink
Update test node to 18 20 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dichovsky committed Aug 30, 2024
1 parent fb374ce commit 4e8527d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: [self-hosted, macOS]
strategy:
matrix:
node: [ 20 ]
node: [ 22 ]
steps:
- name : Checkout
uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18 ]
node: [ 20 ]
steps:
- name : Checkout
uses: actions/checkout@v2
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node: [ 16 ]
node: [ 18 ]
steps:
- name : Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
testTimeout: 60000,
testTimeout: 90000,
coverage: {
provider: 'v8'
},
Expand Down

0 comments on commit 4e8527d

Please sign in to comment.