Skip to content

Commit f805027

Browse files
chore: downgrade node version in actions runner
1 parent e1a6486 commit f805027

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/register-commands-staging.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
environment: staging
99
steps:
1010
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v3
12+
with:
13+
node-version: 18.18.2
1114
- run: npm install
1215
- run: npm run register
1316
env:

0 commit comments

Comments
 (0)