Skip to content

Commit ac544e8

Browse files
committed
ci: workflow fixes
1 parent 240b296 commit ac544e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto-publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@master
17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '16.x'
19+
node-version: '18.x'
20+
cache: 'pnpm'
2021

2122
- name: Install modules & build the Library
2223
run: |

0 commit comments

Comments
 (0)