Skip to content

Commit

Permalink
Switched Node 18 CI tests to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jawj committed Jan 9, 2025
1 parent 4a091be commit e17e0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ env:
VITE_WSPROXY: ${{ vars.VITE_WSPROXY }}

jobs:
test-node-18:
test-node-16:
runs-on: ubuntu-latest
steps:
# setup
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 16

- name: Install package dependencies
run: npm install

# goal
- name: Run tests in Node 18 (no native WebSocket), node environment
- name: Run tests in Node 16 (no native WebSocket or fetch), node environment
run: npm run testNode

test-node-lts:
Expand Down

0 comments on commit e17e0f2

Please sign in to comment.