Skip to content

Commit

Permalink
Add Node v18 to build matrix
Browse files Browse the repository at this point in the history
* Remove Node v12 from build matrix (EOL)
  • Loading branch information
cahamilton committed May 6, 2022
1 parent e7d22e3 commit e155bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit e155bd1

Please sign in to comment.