Skip to content

Commit

Permalink
chore: ensure always using latest LTS release
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Jan 28, 2022
1 parent 8473a75 commit 1df782f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "lts/*"
- name: Cache modules
uses: actions/cache@v2
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "lts/*"
- name: Cache modules
uses: actions/cache@v2
with:
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "lts/*"
- name: Cache npm
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "lts/*"
- name: Cache npm
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 1df782f

Please sign in to comment.