Skip to content

Commit 5af2e22

Browse files
committed
fix: update engine on release workflow
1 parent ff3fecd commit 5af2e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v3
1919
with:
2020
cache: npm
21-
node-version: 16
21+
node-version: 18
2222
- run: npm ci
2323
- run: npm run build
2424
- run: npm run test

0 commit comments

Comments
 (0)