refactor: updated node version to v18 for release dry-run

This commit is contained in:
Bilal Qamar
2023-02-27 17:21:03 +05:00
parent 063ce855ca
commit 6e17d53b6a

View File

@@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npx semantic-release --dry-run
id: get-next-version