Skip to content

Commit debed21

Browse files
committed
Publish package using npm v11
1 parent 9961fad commit debed21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: checkout
2121
uses: actions/checkout@v4
2222

23-
- name: setup node 16
23+
- name: setup node 18
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 16
26+
node-version: 18
2727
registry-url: ${{ vars.NODE_REGISTRY_URL }}
2828

2929
- name: setup python 3.10
@@ -32,7 +32,7 @@ jobs:
3232
python-version: '3.10'
3333

3434
- name: setup npm
35-
run: npm install -g npm@9
35+
run: npm install -g npm@11
3636

3737
- name: npm ci
3838
run: npm ci

0 commit comments

Comments
 (0)