Skip to content

Commit 7a4b74c

Browse files
authored
latest with node loader?
1 parent 634a9af commit 7a4b74c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 19.9.0
13+
node-version: 22.11.0
1414
- run: npm install
1515
- run: npm run env-var-check
1616
env:
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-node@v4
3636
with:
37-
node-version: 19.9.0
37+
node-version: 22.11.0
3838
- run: npm install
3939
- run: npm run register
4040
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"fix": "npm run lint-fix && npm run format-fix",
1717
"ngrok": "ngrok http 8787",
1818
"register": "ts-node-esm src/register.ts",
19-
"env-var-check": "ts-node-esm config/envVarCheck.ts"
19+
"env-var-check": "node --loader ts-node-esm config/envVarCheck.ts"
2020
},
2121
"keywords": [],
2222
"author": "",

0 commit comments

Comments
 (0)