Skip to content

Commit d65f0c5

Browse files
committed
fix: update actions versions and node version in CI workflow
1 parent cc30195 commit d65f0c5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
contents: write
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Generate Contributors Images
@@ -134,11 +134,9 @@ jobs:
134134
user_name: github-actions[bot]
135135
user_email: github-actions[bot]@users.noreply.github.com
136136

137-
- run: npm publish --access public --provenance
137+
- run: NODE_AUTH_TOKEN="" npm publish --access public --provenance
138138
continue-on-error: true
139139
name: 📦 linux-command publish to NPM
140-
env:
141-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
142140

143141
# Create Docker Image
144142
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)