We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714129a commit eb5b142Copy full SHA for eb5b142
.github/workflows/release-lambda.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Node
40
uses: actions/setup-node@v4
41
with:
42
- node-version: 20
+ node-version: 22
43
- name: NPM Clean Install
44
# https://docs.npmjs.com/cli/v10/commands/npm-ci
45
run: npm ci
0 commit comments