diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfab03a..adfa367 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - name: Install dependencies and build 🔧 run: npm i --force && npm run release