Merge remote-tracking branch 'origin/main'
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m17s
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m17s
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '24'
|
||||
|
||||
- name: Create .env file
|
||||
run: |
|
||||
@@ -54,4 +54,4 @@ jobs:
|
||||
- name: Run Vitest
|
||||
run: |
|
||||
npm install
|
||||
npm test
|
||||
npm test --experimental-websocket
|
||||
Reference in New Issue
Block a user