Skip to content

Commit f3a89a7

Browse files
authored
Merge pull request #73 from springmeyer/chore/ts-cleanup
chore: stop tracking files compiled by TS and advertise node@16 as the min supported runtime
2 parents 12ed1cd + 769c6f8 commit f3a89a7

46 files changed

Lines changed: 11 additions & 1531 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
node: [16, 18]
16+
node: [16, 18, 20, 22, 24]
1717

1818
steps:
19-
- uses: actions/checkout@v5
20-
- name: Use Node.js ${{ matrix.node }}
21-
uses: actions/setup-node@v6
22-
with:
23-
node-version: ${{ matrix.node }}
24-
- run: npm i
25-
- run: npm test
19+
- uses: actions/checkout@v6
20+
- name: Use Node.js ${{ matrix.node }}
21+
uses: actions/setup-node@v6
22+
with:
23+
node-version: ${{ matrix.node }}
24+
- run: npm ci
25+
- run: npm test

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_store
22
node_modules
33
coverage
4+
dist/
5+
arc.js

arc.js

Lines changed: 0 additions & 363 deletions
This file was deleted.

0 commit comments

Comments
 (0)