diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8b86a9..3a4f660 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: - name: Setup .npmrc file to publish to npm uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' - name: Install modules run: npm install diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af3e520..b759f63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: os: - ubuntu-latest - windows-latest - node: [18.x] + node: [20.x] steps: - uses: actions/checkout@v2