Skip to content

Commit

Permalink
Merge pull request #277 from jairo-bc/STRF-9791
Browse files Browse the repository at this point in the history
feat: STRF-9791 Drop 12 Support
  • Loading branch information
zvuki authored Jun 6, 2022
2 parents 2a0fb01 + 5049231 commit 1feae23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node: [12.x, 14.x]
node: [14.x]

steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Pending
- drop node 12 support [277](https://github.com/bigcommerce/paper/pull/277)


## 3.0.4 (2022-03-23)
- bump paper-handlerbars [#275](https://github.com/bigcommerce/paper/pull/275)

Expand Down

0 comments on commit 1feae23

Please sign in to comment.