diff --git a/Dockerfile b/Dockerfile index a92a70a..9ceb5f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ LABEL "com.github.actions.description"="Wraps the Serverless Framework to enable LABEL "com.github.actions.icon"="zap" LABEL "com.github.actions.color"="red" -RUN npm i -g serverless@3.x +RUN npm i -g serverless@2.x ENTRYPOINT ["serverless"] diff --git a/README.md b/README.md index bc6ffba..9383512 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - name: serverless deploy - uses: serverless/github-action@v3 + uses: serverless/github-action@v2 with: args: deploy env: