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 4e7b4ec commit b1b1e9bCopy full SHA for b1b1e9b
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: 16
+ node-version: 24
16
cache: npm
17
- run: npm ci
18
- name: serverless deploy
.github/workflows/test.yml
@@ -15,6 +15,6 @@ jobs:
19
20
- run: npm test
0 commit comments