Skip to content

Commit ab54632

Browse files
committed
fix: update Node.js version to 18
- Update Node.js version from 16 to 18 to support newer features
1 parent 11cddea commit ab54632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 18
1818
registry-url: https://registry.npmjs.org
1919
always-auth: true
2020
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)