Skip to content

Commit

Permalink
Merge pull request #124 from kddejong/lifecycle/nodejs/20
Browse files Browse the repository at this point in the history
Switch to nodejs 20
  • Loading branch information
kddejong authored Feb 1, 2024
2 parents f0250fc + 7557b4d commit b987554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: Run tests
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ outputs:
stack-id:
description: "The id of the deployed stack. In addition, any outputs declared in the deployed CloudFormation stack will also be set as outputs for the action, e.g. if the stack has a stack output named 'foo', this action will also have an output named 'foo'."
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit b987554

Please sign in to comment.