Skip to content

Commit 31f49d1

Browse files
ci: Update node version to allow pnpm to work
1 parent 1ca96d3 commit 31f49d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@master
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: '16'
13+
node-version: '24'
1414
- uses: pnpm/action-setup@v4
1515
- name: Get secrets
1616
run: |

0 commit comments

Comments
 (0)