Skip to content

Commit 3ddc081

Browse files
authored
Drop node 12 (#428)
And embrace Node 18 See https://nodejs.org/en/about/releases/
1 parent 486125b commit 3ddc081

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Node CI
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- '**'
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- "**"
1010

1111
jobs:
1212
prettier:
@@ -109,7 +109,7 @@ jobs:
109109

110110
strategy:
111111
matrix:
112-
node-version: [12, 14, 16, 17]
112+
node-version: [14, 16, 18]
113113

114114
steps:
115115
- uses: actions/checkout@v2

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)