Skip to content

Commit

Permalink
Merge pull request #80 from fourTheorem/update-serverless-test-projec…
Browse files Browse the repository at this point in the history
…t-to-v3

Updates test project to sls v3 and solve datetime validation issue
  • Loading branch information
eoinsha committed May 15, 2022
2 parents ee9ffca + e0b04ad commit 7c3d014
Show file tree
Hide file tree
Showing 13 changed files with 2,128 additions and 24,957 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [12, 14, 16, 18]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,11 @@ jobs:
parallel: true
path-to-lcov: serverless-plugin/coverage/lcov.info
base-path: serverless-plugin

- name: Package test project with Serverless v2
working-directory: ./serverless-test-project
run: |
npm i serverless@2
npm run test:v2
finish:
needs: build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ SLIC Watch provides a CloudWatch Dashboard and Alarms for:
5. SQS Queues
6. Step Functions

Currently, SLIC Watch is available as a Serverless Framework plugin.
Currently, SLIC Watch is available as a Serverless Framework plugin. Serverless Framework v2 and v3 are supported.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"serverless-plugin",
"serverless-test-project"
],
"version": "1.0.7"
"version": "1.1.0-rc1"
}

0 comments on commit 7c3d014

Please sign in to comment.