Skip to content

Commit

Permalink
Pin node version in scripts to 18.18
Browse files Browse the repository at this point in the history
There is issue with node 18.19 and also newer version breaking
ts-node: TypeStrong/ts-node#2094. This
is a quick fix until finding a more proper solution.
  • Loading branch information
p2004a committed Dec 7, 2023
1 parent d1b1c87 commit 422f09b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -31,7 +31,7 @@ jobs:
cache-dependency-path: scripts/py/requirements.txt
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
cache: npm
cache-dependency-path: scripts/js/package-lock.json
- uses: actions/cache@v3
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
cache-dependency-path: scripts/py/requirements.txt
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
cache: npm
cache-dependency-path: scripts/js/package-lock.json
- uses: actions/cache@v3
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
cache-dependency-path: scripts/py/requirements.txt
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
cache: npm
cache-dependency-path: scripts/js/package-lock.json
- uses: actions/cache@v3
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
cache-dependency-path: scripts/py/requirements.txt
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
cache: npm
cache-dependency-path: scripts/js/package-lock.json
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_map.yaml
Expand Up @@ -54,7 +54,7 @@ jobs:
cache-dependency-path: scripts/py/requirements.txt
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
cache: npm
cache-dependency-path: scripts/js/package-lock.json
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
18
18.18

0 comments on commit 422f09b

Please sign in to comment.