Skip to content

Commit

Permalink
Drop node 12, hello node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Nov 28, 2022
1 parent de03b23 commit b0253f8
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "18"
- name: Cache modules
uses: actions/cache@v2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "18"
- name: Cache modules
uses: actions/cache@v2
with:
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "18"
- name: Cache npm
uses: actions/cache@v2
with:
Expand All @@ -79,7 +79,7 @@ jobs:

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

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

0 comments on commit b0253f8

Please sign in to comment.