From adfb78de0731e615c877562f2cfeb491f241eab0 Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Thu, 29 Jul 2021 18:33:57 -0400 Subject: [PATCH] refactor(ci): switch to lts/* version of node --- .github/workflows/npm-publish-next.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish-next.yml b/.github/workflows/npm-publish-next.yml index 8acbbf8..f025a47 100644 --- a/.github/workflows/npm-publish-next.yml +++ b/.github/workflows/npm-publish-next.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 'lts/*' registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm test diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3163d89..a1266f4 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 'lts/*' registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm test