Skip to content

Commit 2bd8450

Browse files
committed
chore: update actions
1 parent 5eab59a commit 2bd8450

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/release.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: "14"
21+
node-version: "16"
2222

2323
- run: |
2424
npm clean-install
@@ -27,7 +27,7 @@ jobs:
2727
- id: semantic-release
2828
uses: cycjimmy/semantic-release-action@v2
2929
with:
30-
semantic_version: 17
30+
semantic_version: 18
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -70,15 +70,6 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v2
7272

73-
- uses: actions/setup-node@v2
74-
with:
75-
node-version: "14"
76-
77-
- name: Prepare build
78-
run: |
79-
npm clean-install
80-
npm run pkg
81-
8273
- uses: docker/setup-qemu-action@v1
8374
with:
8475
platforms: amd64,arm64
@@ -93,6 +84,6 @@ jobs:
9384
- uses: docker/build-push-action@v2
9485
with:
9586
context: .
87+
platforms: linux/amd64,linux/arm64
9688
push: true
9789
tags: supabase/postgres-meta:latest,supabase/postgres-meta:v${{ needs.semantic-release.outputs.new-release-version }}
98-
platforms: linux/amd64,linux/arm64

package.json

100755100644
File mode changed.

0 commit comments

Comments
 (0)