From abf2aa904334353bc57a67b22b62f22d63c7d140 Mon Sep 17 00:00:00 2001 From: Nauman Date: Fri, 13 Sep 2024 16:09:16 +0500 Subject: [PATCH] chore: update ci to node 20 (#11) --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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