Skip to content

Commit

Permalink
Bump Node.js version for workflow tests to v16 - now supported by L…
Browse files Browse the repository at this point in the history
…ambda@Edge, bump package version
  • Loading branch information
magnetikonline committed May 31, 2022
1 parent b089132 commit 57fca7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- name: Test
run: |
./test/test.sh
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magnetikonline/edgy",
"version": "1.1.0",
"version": "1.2.0",
"description": "Harness for authoring tests against AWS CloudFront Lambda@Edge functions.",
"keywords": [
"aws",
Expand Down

0 comments on commit 57fca7c

Please sign in to comment.