Skip to content

Commit

Permalink
feat: dropping support for < Node 18 + moving tests to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 15, 2024
1 parent db2c414 commit bea5f23
Show file tree
Hide file tree
Showing 6 changed files with 6,467 additions and 3,459 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- 18
- 20

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions bin/regenerate-unicode
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#! /usr/bin/env node
const fs = require('fs');

const fetch = require('node-fetch');

fetch('https://api.github.com/repos/github/gemoji/contents/db/emoji.json', {
headers: { Accept: 'application/vnd.github.v3.raw' },
})
Expand Down
Loading

0 comments on commit bea5f23

Please sign in to comment.