We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a75608 commit a44e95eCopy full SHA for a44e95e
2 files changed
.github/workflows/main.yml
@@ -2,9 +2,9 @@ name: Serverless Migrate Plugin CI
2
3
on:
4
push:
5
- branches: [ feature/update-readme-custom-migrate ]
+ branches: [ master, main ]
6
pull_request:
7
+ types: [ opened, synchronize, reopened ]
8
jobs:
9
build:
10
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Use Node.js
25
uses: actions/setup-node@v4
26
with:
27
- node-version: "lts/*"
+ node-version: "18"
28
+ registry-url: 'https://registry.npmjs.org'
29
30
- name: Install dependencies
31
run: npm ci
0 commit comments