Skip to content

Commit 8591c4a

Browse files
committed
Bump node to 18 for publish
1 parent e4ee7bd commit 8591c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 16
33+
node-version: 18
3434
cache: 'npm'
3535
- run: npm ci
3636
- run: npm run build

0 commit comments

Comments
 (0)