mirror of
https://github.com/konpa/devicon.git
synced 2025-08-18 20:31:31 +02:00
ci(npm_publish): bump node-version to 24
This commit is contained in:
2
.github/workflows/npm_publish.yml
vendored
2
.github/workflows/npm_publish.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Use Node.js v16
|
- name: Use Node.js v16
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 24
|
||||||
registry-url: https://registry.npmjs.org/ # Specifies the registry, this field is required!
|
registry-url: https://registry.npmjs.org/ # Specifies the registry, this field is required!
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
|
Reference in New Issue
Block a user