Skip to content

Commit

Permalink
Upgrade Node CI to versions 16-22
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed May 15, 2024
1 parent 6b65364 commit c75f4da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "20"
- name: Cache modules
uses: actions/cache@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "20"
- name: Cache modules
uses: actions/cache@v2
with:
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "20"
- name: Cache npm
uses: actions/cache@v2
with:
Expand All @@ -82,7 +82,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c75f4da

Please sign in to comment.