diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f3f8d8..f936d13 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Install Node and NPM uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install and build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8ea922..dc2e40d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js and NPM uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: npm install