Skip to content

Commit 72c1d68

Browse files
Maintain/v0.1.8
1 parent 2b499ba commit 72c1d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NPM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161

6262
- uses: actions/setup-node@v6.1.0
6363
with:
64-
node-version: "18"
64+
node-version: "24"
6565

66-
- run: npm install -g npm
66+
- run: npm install -g npm@latest
6767
continue-on-error: true
6868

6969
- name: Publish .

0 commit comments

Comments
 (0)