diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a1561..72c8d4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.3.0 with: - node-version: 16.15.1 + node-version: 18.3.0 cache: npm - run: npm ci - run: npx semantic-release