diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index 0e730750..2d8e534b 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -16,7 +16,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 18.0.x + node-version: 20.0.x - run: echo "🍏 Node setup status is ${{ job.status }}." - name: Install run: npm install