Skip to content

Commit 03056a9

Browse files
Merge pull request #157 from zentered/feat/node20
feat: use node20
2 parents 7980d62 + bf1607c commit 03056a9

16 files changed

+35834
-8054
lines changed

.eslintignore

-2
This file was deleted.

.eslintrc.json

-16
This file was deleted.

.github/workflows/publish.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: pnpm/action-setup@v3
16-
with:
17-
version: 'latest'
1815
- uses: actions/setup-node@v4
1916
with:
20-
node-version: 18
21-
cache: 'pnpm'
22-
- run: pnpm install
23-
- run: pnpm test
24-
- run: pnpm build
17+
node-version: 20
18+
cache: 'npm'
19+
- run: npm install
20+
- run: npm test
21+
- run: npm run build
2522
- run: npx semantic-release

.github/workflows/test.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: pnpm/action-setup@v3
19-
with:
20-
version: 'latest'
2118
- uses: actions/setup-node@v4
2219
with:
23-
node-version: 16
24-
cache: 'pnpm'
25-
- run: pnpm install
26-
- run: pnpm test
20+
node-version: 20
21+
cache: 'npm'
22+
- run: npm install
23+
- run: npm test

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ outputs:
4444
description: "A string with the unique URL of the deployment. If it hasn't finished uploading (is incomplete), the value will be null."
4545
runs:
4646
main: dist/index.js
47-
using: node16
47+
using: node20

dist/245.index.js.map

-1
This file was deleted.

dist/245.index.js dist/37.index.js

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)