Movatterモバイル変換


[0]ホーム

URL:


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
/domPublic

Commitc74e27c

Browse files
committed
Updated workflows for OIDC publishing
1 parente846e91 commitc74e27c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
shell:bash
1818
steps:
1919
-name:Checkout
20-
uses:actions/checkout@v4
20+
uses:actions/checkout@v5
2121

2222
-name:Set up Node.js
23-
uses:actions/setup-node@v4
23+
uses:actions/setup-node@v6
2424
with:
25-
node-version:22
25+
node-version:latest
2626

2727
-name:Install dependencies
2828
run:npm ci

‎.github/workflows/release.yaml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jobs:
1414
name:Release
1515
uses:zen-fs/core/.github/workflows/release-common.yaml@main
1616
needs:ci
17-
secrets:
18-
npm_token:${{ secrets.npm_token }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp