diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c22d01..de3b92a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 24 - name: install npm v8 run: npm i -g npm@8 - name: install