Skip to content

Commit add917b

Browse files
authored
Fix node version in publish pipeline (#134)
1 parent d880ad2 commit add917b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
needs: [build-and-test]
3333
steps:
3434
- uses: actions/checkout@v2
35+
- uses: actions/setup-node@v3
36+
with:
37+
node-version: 16
3538
- name: copy env
3639
run: cp .env.default .env
3740
- name: install

0 commit comments

Comments
 (0)