Skip to content

Commit 1b19ecf

Browse files
chore: downgrade github action runner version in prod workflow
1 parent f805027 commit 1b19ecf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
environment: production
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:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
environment: staging
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 18.18.2
13+
node-version: 18.18.2
1414
- run: npm install
1515
- run: npm run register
1616
env:

0 commit comments

Comments
 (0)