Skip to content

Commit

Permalink
major: drop node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag committed Jul 26, 2023
1 parent 58933cf commit 889c7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node: [14, 16]
node: [16, 18]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
# cache requires lockfile
# cache: "npm"

Expand Down
2 changes: 2 additions & 0 deletions Repofile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"sre"
],
"checks": [
"npm test (16)",
"npm test (18)"
]
}

0 comments on commit 889c7c2

Please sign in to comment.