We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666ed11 + 02be20d commit 5782291Copy full SHA for 5782291
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
11
strategy:
12
matrix:
13
- node_version: [18, 20, 22]
+ node_version: [20, 22]
14
15
steps:
16
- name: Cancel Previous Runs
@@ -30,6 +30,16 @@ jobs:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
chromatic_token: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
32
33
+ continuous-release:
34
+ runs-on: ubuntu-latest
35
+
36
+ steps:
37
+ - uses: actions/checkout@v3
38
+ - name: Setup
39
+ uses: ./.github/actions/setup
40
+ with:
41
+ node_version: 20
42
+ - run: pnpm build.headless
43
- run: pnpx pkg-pr-new publish ./dist/packages/kit-headless
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository
0 commit comments