Skip to content

Commit

Permalink
chore: removed node 12
Browse files Browse the repository at this point in the history
Removed Node v12 from the automated testing
  • Loading branch information
gavinr-maps committed Dec 19, 2022
1 parent 86c1e60 commit 15cf1d3
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 15cf1d3

Please sign in to comment.