diff --git a/.github/workflows/unit-test-and-release.yml b/.github/workflows/unit-test-and-release.yml index 64c46aa..996f14b 100644 --- a/.github/workflows/unit-test-and-release.yml +++ b/.github/workflows/unit-test-and-release.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' - name: npm install run: npm ci