From e3cd85ab591ac93386080022a3b0dbcd2107256f Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:30:03 -0700 Subject: [PATCH] fix: bump node versions in workflows --- lib/create-release-action.js | 2 +- lib/create-test-action.js | 2 +- lib/create-update-prettier-action.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/create-release-action.js b/lib/create-release-action.js index 487e2a71a..d18525a49 100644 --- a/lib/create-release-action.js +++ b/lib/create-release-action.js @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: "12.x" + node-version: "lts/*" - uses: actions/cache@v1 with: path: ~/.npm diff --git a/lib/create-test-action.js b/lib/create-test-action.js index 34753780d..651bf5690 100644 --- a/lib/create-test-action.js +++ b/lib/create-test-action.js @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node_version: ["12", "14"] + node_version: ["12", "14", "16"] steps: - uses: actions/checkout@v2 diff --git a/lib/create-update-prettier-action.js b/lib/create-update-prettier-action.js index b7d60afc2..d107a2124 100644 --- a/lib/create-update-prettier-action.js +++ b/lib/create-update-prettier-action.js @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - version: 12 + node-version: "lts/*" - uses: actions/cache@v1 with: path: ~/.npm