diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d4d4205..9d53cfe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '20' - name: Install modules run: npm install - name: Build the docker-compose stack