diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 360b560..e4fbf8e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 registry-url: 'https://registry.npmjs.org' - name: Lint & Tests run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9c7d28..f16eb54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 registry-url: 'https://registry.npmjs.org' - name: Lint & Tests run: |