refactor: add node support

This commit is contained in:
mashal-m
2023-02-24 22:50:37 +05:00
parent 2e188af447
commit cb7d13edb1

View File

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