Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
fix!: Drop Node 12 support (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiewmacharia committed Oct 19, 2022
1 parent 7fd559c commit a9b2ad9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [12.20.0, '*']
node-version: [14.16.0, '*']
exclude:
- os: macOS-latest
node-version: 12.20.0
node-version: 14.16.0
- os: windows-latest
node-version: 12.20.0
node-version: 14.16.0
fail-fast: false
steps:
- name: Git checkout
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": "^4.5.4"
},
"engines": {
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
"node": "^14.16.0 || >=16.0.0"
},
"dependencies": {
"@deno/shim-deno": "^0.10.0"
Expand Down

0 comments on commit a9b2ad9

Please sign in to comment.