diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cae00cb..da1f91f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '17' + node-version: '18' - run: npm ci - run: npm run format:check - run: npm run test