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 d7e54d3 commit 7334566Copy full SHA for 7334566
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
18
with:
19
node-version: 18
20
- run: yarn install --frozen-lockfile
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
# Setup gcloud application default credentials. While the credentials are not actually
0 commit comments