Skip to content

Commit

Permalink
Use Node v16 for testing
Browse files Browse the repository at this point in the history
We still need to use Node v16, because CommunitySolidServer doesn't
support v18
CommunitySolidServer/CommunitySolidServer#1637
  • Loading branch information
mrkvon committed May 27, 2023
1 parent 0afabc9 commit 9a8dde5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
Expand Down

0 comments on commit 9a8dde5

Please sign in to comment.