Skip to content

Commit 33a48ec

Browse files
committed
replace 'yarn' by 'npm' - use newer nodejs version
1 parent 42ff8fd commit 33a48ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
ref: ${{ github.event.release.target_commitish }}
1616
- name: Use Node.js 12
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: 12
19+
node-version: 18
2020
registry-url: https://registry.npmjs.org/
2121
- run: npm ci --verbose
2222
- run: git config --global user.name "GitHub CD bot"

0 commit comments

Comments
 (0)