Skip to content

Commit

Permalink
fix: bump node versions in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 15, 2021
1 parent 96f373b commit e3cd85a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/create-release-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/create-test-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/create-update-prettier-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3cd85a

Please sign in to comment.