Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the usage under Node 20. #336

Merged
merged 2 commits into from
Jun 2, 2023
Merged

Allow the usage under Node 20. #336

merged 2 commits into from
Jun 2, 2023

Conversation

dnp1
Copy link
Contributor

@dnp1 dnp1 commented Jun 2, 2023

Allow the usage under Node 20.

The CI worked here:
https://github.com/dnp1/lift/actions/runs/5155713648

@dnp1 dnp1 mentioned this pull request Jun 2, 2023
serverless:
- "2.36.0"
- "2"
- "latest"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/cache@v2
Copy link
Contributor Author

@dnp1 dnp1 Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mnapoli maybe here we could use the built-in cache of actions/setup-node@v3, but this is out of scope, I believe

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed that would be great as a separate PR!

@mnapoli mnapoli merged commit 71b1580 into getlift:master Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants