Skip to content

Commit 8e08e48

Browse files
authored
Merge pull request #5 from yasharsanaei/update-ci
chore: update node version for github ci release
2 parents b46cf03 + ccf02df commit 8e08e48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Release
22+
with:
23+
node-version: 20
2224
env:
2325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2426
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)