Skip to content

Commit

Permalink
Deprecate emoji components, update to node 20 (#74)
Browse files Browse the repository at this point in the history
* bump node versions to v20

* bump dependencies

* deprecate old emoji components

* bump version
  • Loading branch information
rejas authored Feb 14, 2024
1 parent c4e4494 commit e17af82
Show file tree
Hide file tree
Showing 6 changed files with 871 additions and 808 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
Loading

0 comments on commit e17af82

Please sign in to comment.