Skip to content

Commit

Permalink
use node 16 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Jan 23, 2025
1 parent dbee908 commit 1bbb770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '16.x'
cache: 'npm'
# avoid file watch limit error
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '16.x'
cache: 'npm'
- name: Start e2e server
run: |
Expand Down

0 comments on commit 1bbb770

Please sign in to comment.