Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dropped ci support for node v12, added v18
  • Loading branch information
jamescryer committed Jun 6, 2023
1 parent 2ae682d commit 581c1bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- name: Install Node.js dependencies
run: npm ci
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- name: Install Node.js dependencies
run: npm ci --ignore-scripts
Expand All @@ -67,7 +67,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 581c1bb

Please sign in to comment.