Skip to content

Commit

Permalink
Merge pull request #1047 from gavinr/nodejs-remove-v12
Browse files Browse the repository at this point in the history
chore: removed node 12
  • Loading branch information
gavinr authored Dec 19, 2022
2 parents 6ad035f + 15cf1d3 commit 367a49c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
# Dont run if it's just markdown or doc files
# Don't run if it's just markdown or doc files
paths-ignore:
- "**.md"
- "docs/**"
Expand All @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [12, 14, 16, 18]
node: [14, 16, 18]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [12, 14, 16]
node: [14, 16]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 367a49c

Please sign in to comment.