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 45d7b83 commit c1cfd72Copy full SHA for c1cfd72
.github/workflows/generate-client.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
ref: ${{ github.head_ref }}
22
token: ${{ secrets.FULL_STACK_FASTAPI_TEMPLATE_REPO_TOKEN }}
23
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
24
25
node-version: lts/*
26
- uses: actions/setup-python@v5
.github/workflows/playwright.yml
@@ -48,7 +48,7 @@ jobs:
48
fail-fast: false
49
steps:
50
- uses: actions/checkout@v5
51
52
53
54
@@ -94,7 +94,7 @@ jobs:
94
runs-on: ubuntu-latest
95
96
97
98
99
node-version: 20
100
- name: Install dependencies
0 commit comments