Skip to content

Commit 189dd68

Browse files
Set node 18 on readme, v3.2
1 parent 97433ad commit 189dd68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node-version: [16.x]
30+
node-version: [18.x]
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Use Node.js ${{ matrix.node-version }}
@@ -36,7 +36,7 @@ jobs:
3636
node-version: ${{ matrix.node-version }}
3737
- run: npm ci
3838
- name: serverless deploy
39-
uses: serverless/github-action@v3.1
39+
uses: serverless/github-action@v3.2
4040
with:
4141
args: deploy
4242
env:
@@ -50,7 +50,7 @@ jobs:
5050
Change your action in this way, according to [this issue](https://github.com/serverless/github-action/issues/28), thanks to @matthewpoer:
5151
```yaml
5252
- name: Install Plugin and Deploy
53-
uses: serverless/github-action@v3.1
53+
uses: serverless/github-action@v3.2
5454
with:
5555
args: -c "serverless plugin install --name <plugin-name> && serverless deploy"
5656
entrypoint: /bin/sh
@@ -60,7 +60,7 @@ Change your action in this way, according to [this issue](https://github.com/ser
6060
Change your action in this way, according to [this issue](https://github.com/serverless/github-action/issues/53#issuecomment-1059839383), thanks to @nikhuber:
6161
```yaml
6262
- name: Enter dir and deploy
63-
uses: serverless/github-action@v3.1
63+
uses: serverless/github-action@v3.2
6464
with:
6565
args: -c "cd ./<your-dir> && serverless deploy"
6666
entrypoint: /bin/sh

0 commit comments

Comments
 (0)