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.
1 parent 5f1b1e0 commit 509008aCopy full SHA for 509008a
.github/workflows/build-packages.yaml
@@ -37,7 +37,7 @@ jobs:
37
name: Publish Production Packages
38
runs-on: ubuntu-latest
39
needs: build
40
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
41
steps:
42
- uses: actions/checkout@v3
43
with:
@@ -46,7 +46,7 @@ jobs:
46
- name: Setup NodeJS
47
uses: actions/setup-node@v2
48
49
- node-version: 16
+ node-version: 18
50
51
- name: Setup Yarn
52
run: |
.github/workflows/dev-packages.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
0 commit comments