Skip to content

Commit a44e95e

Browse files
committed
build: fixing release config
1 parent 8a75608 commit a44e95e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Serverless Migrate Plugin CI
22

33
on:
44
push:
5-
branches: [ feature/update-readme-custom-migrate ]
5+
branches: [ master, main ]
66
pull_request:
7-
branches: [ feature/update-readme-custom-migrate ]
7+
types: [ opened, synchronize, reopened ]
88
jobs:
99
build:
1010
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Use Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: "lts/*"
27+
node-version: "18"
28+
registry-url: 'https://registry.npmjs.org'
2829

2930
- name: Install dependencies
3031
run: npm ci

0 commit comments

Comments
 (0)