Skip to content

Commit 1dfdb89

Browse files
authored
Merge pull request #28 from cyclic-software/fix-release-action
fix: update engine on release workflow
2 parents ff3fecd + 5af2e22 commit 1dfdb89

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)