Skip to content

Commit 25bc756

Browse files
committed
💥 Transform to ESM
1 parent 9f735cb commit 25bc756

File tree

8 files changed

+2425
-255
lines changed

8 files changed

+2425
-255
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
node-version:
1212
- "22"
1313
- "20"
14-
- "18"
15-
- "16"
1614

1715
steps:
18-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1917
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
2119
with:
2220
node-version: ${{ matrix.node-version }}
2321
- run: npm ci

0 commit comments

Comments
 (0)