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 ef7c5df commit 2b774f2Copy full SHA for 2b774f2
.github/workflows/register-commands-staging.yaml
@@ -7,8 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
environment: staging
9
steps:
10
- - uses: actions/checkout@v2
11
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
12
with:
13
node-version: 18.18.2
14
- run: npm install
@@ -31,8 +31,8 @@ jobs:
31
32
33
34
35
36
37
38
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
- uses: cloudflare/[email protected]
52
0 commit comments