diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb71f6148..1ce7180fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '20' cache: npm - run: npm ci