Skip to content

Commit

Permalink
Test on Node 18, not Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jawj committed Dec 19, 2024
1 parent eb9ad9f commit 04774b8
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 @@ -6,20 +6,20 @@ on:
- main

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

- name: Install package dependencies
run: npm install

# goal
- name: Run tests in Node 20 (no native WebSocket), node environment
- name: Run tests in Node 18 (no native WebSocket), node environment
env:
VITE_NEON_DB_URL: ${{ secrets.VITE_NEON_DB_URL }}
VITE_WSPROXY: ${{ vars.VITE_WSPROXY }}
Expand Down

0 comments on commit 04774b8

Please sign in to comment.