Skip to content

Commit 509008a

Browse files
update actions
1 parent 5f1b1e0 commit 509008a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Publish Production Packages
3838
runs-on: ubuntu-latest
3939
needs: build
40-
if: github.ref == 'refs/heads/master'
40+
if: github.ref == 'refs/heads/main'
4141
steps:
4242
- uses: actions/checkout@v3
4343
with:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup NodeJS
4747
uses: actions/setup-node@v2
4848
with:
49-
node-version: 16
49+
node-version: 18
5050

5151
- name: Setup Yarn
5252
run: |

.github/workflows/dev-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup NodeJS
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 16
20+
node-version: 18
2121

2222
- name: Setup Yarn
2323
run: |

0 commit comments

Comments
 (0)