Skip to content

Commit 417524f

Browse files
authored
Merge pull request #6 from yasharsanaei/update-ci
Update ci
2 parents 8e08e48 + 5d6b360 commit 417524f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
18+
node-version: 20
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Release
22-
with:
23-
node-version: 20
2422
env:
2523
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2624
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)