aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 69af75e..77b0112 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
- node-version: 22
+ node-version: 24
cache: "npm"
cache-dependency-path: |
package-lock.json
@@ -66,7 +66,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
- node-version: 22
+ node-version: 24
cache: "npm"
cache-dependency-path: package-lock.json
- name: Upgrade npm for trusted publishing