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 8cdb512 commit 4218404Copy full SHA for 4218404
1 file changed
.github/workflows/staging-step-1.yml
@@ -37,7 +37,7 @@ jobs:
37
ref: development
38
39
- name: NPM install
40
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
41
with:
42
node-version: 24.x
43
@@ -76,7 +76,7 @@ jobs:
76
uses: actions/checkout@v4
77
78
79
80
81
node-version: ${{ matrix.node-version }}
82
@@ -120,7 +120,7 @@ jobs:
120
121
122
123
124
125
126
0 commit comments