2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-08 17:22:26 +03:00

feat: add ability to publish pre alpha versions in PR #234 (#235)

* feat: add ability to prepublish canary versions

* fix: ci

* fix: pr comment

* fix: ci pr

* fix: ci pr env

* fix: github env name

* fix: github file ignoring

* fix: yml syntax

* fix: codeql

* fix: syntax error

* fix: pnpm version

* fix: remove node 16.x support

* fix: workspace name

* fix: workspace pnpm

* fix: workspace with pnpm

* ci: changeset publish

* ci: changeset pr name

* ci: pr

* ci: fix pr.yml

* ci: fix pr.yml workspaces

* ci: fix steps order in pr.yml

* ci: fix pr publish error

* ci: fix npm publish tag to alpha

* ci: npm publish tag

* ci: npm publish tag

* ci: fix tag with PR number
This commit is contained in:
Nikolay Kost
2024-06-25 22:27:42 +03:00
committed by GitHub
parent c1275138e5
commit f87822f3a3
12 changed files with 12013 additions and 10189 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [18.x, 19.x, 20.x]
steps:
- name: Checkout repository
@@ -23,7 +23,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@v3
with:
version: 8
version: 9.4.0
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4