Skip to content

Commit

Permalink
Merge dbe3754 into 6c4b3f6
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Feb 9, 2022
2 parents 6c4b3f6 + dbe3754 commit a004daa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- name: Install depencencies
run: npm ci
Expand All @@ -53,7 +53,7 @@ jobs:

strategy:
matrix:
node: ["10", "12", "14", "15"]
node: ["12", "14", "16", "17"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit a004daa

Please sign in to comment.