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 a2ff1f1 commit 5b00180Copy full SHA for 5b00180
.github/workflows/serverless-service.yml
@@ -28,9 +28,9 @@ jobs:
28
with:
29
python-version: "3.11"
30
- name: Set up Node
31
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
+ uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
32
33
- node-version: "16"
+ node-version: "18"
34
- name: Install dependencies
35
run: |
36
pip install --upgrade pip pre-commit poetry
0 commit comments