Skip to content

Commit 203ab62

Browse files
committed
🏗️ build: use node v20
1 parent ede7f51 commit 203ab62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
registry-url: https://registry.npmjs.org/
1919
always-auth: true
2020
token: ${{ secrets.NPM_TOKEN }}
21+
2122
- uses: oven-sh/setup-bun@v1
2223
- run: bun install --frozen-lockfile
2324

0 commit comments

Comments
 (0)