diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe0f75c..6d94fc4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '20' - name: Workaround for npm v7 bug. Reconfigure git to use HTTP authentication run: > git config --global url."https://github.com/".insteadOf