Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /