diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5baae6f..d6188cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - run: npm ci - run: npm test - run: npm run type-check diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7babf10..5725404 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - run: npm ci - run: npm test