We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed3cb1 commit ce78388Copy full SHA for ce78388
1 file changed
README.md
@@ -10,7 +10,7 @@ Welcome, and thanks in advance for your help!
10
11
## Usage
12
13
-An example workflow to deploy a project with serverless:
+An example workflow to deploy a project with serverless v3:
14
15
16
```yaml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
strategy:
29
matrix:
30
- node-version: [14.x]
+ node-version: [14.x, 16.x]
31
steps:
32
- uses: actions/checkout@v2
33
- name: Use Node.js ${{ matrix.node-version }}
@@ -49,6 +49,8 @@ jobs:
49
## Serverless v1.x
50
Change `serverless/github-action@master` to `serverless/github-action@v1`
51
52
+## Serverless v2.x
53
+Change `serverless/github-action@master` to `serverless/github-action@v2`
54
55
## Usage with plugins
56
See example in [this issue](https://github.com/serverless/github-action/issues/28)
0 commit comments