diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc39ca6..202e33f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' registry-url: https://registry.npmjs.org - name: Installing Dependencies