this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Need node 20

+1 -1
+1 -1
.github/workflows/prodtag.yml
··· 19 19 # - run: git push --tags 20 20 - uses: actions/setup-node@v3 21 21 with: 22 - node-version: 18 22 + node-version: 20 23 23 - run: npm ci && npm run build 24 24 - run: cd dist && zip -r ../phanpy-dist.zip . && tar -czf ../phanpy-dist.tar.gz . && cd .. 25 25 - id: tag_name