Skip to content

Commit

Permalink
Add nodejs 20.x support (#628)
Browse files Browse the repository at this point in the history
Signed-off-by: jsetton <[email protected]>
  • Loading branch information
jsetton authored Nov 26, 2023
1 parent 17e733c commit 1a0bae7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: npm
cache-dependency-path: lambda/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- name: Update skill locale
run: node .github/scripts/updateSkillLocale.js
Expand Down
2 changes: 1 addition & 1 deletion ask-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "@ask-cli/cfn-deployer",
"userConfig": {
"awsRegion": "us-east-1",
"runtime": "nodejs18.x",
"runtime": "nodejs20.x",
"handler": "index.handler",
"templatePath": "./infrastructure/cfn-deployer/skill-stack.json",
"cfn": {
Expand Down

0 comments on commit 1a0bae7

Please sign in to comment.