Skip to content

Commit 9684759

Browse files
committed
Rollback nodejs version
1 parent dd48b57 commit 9684759

File tree

5 files changed

+77
-3
lines changed

5 files changed

+77
-3
lines changed

.github/actions/setup-node/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v4.0.1
1919
with:
20-
node-version: 20.16.0
20+
node-version: 18.20.4
2121
# See https://github.com/actions/setup-node#caching-global-packages-data
2222
cache: "pnpm"
2323
cache-dependency-path: ${{ inputs.directory }}/pnpm-lock.yaml

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygi
204204

205205
# Install frontend utilities
206206
ENV NVM_DIR=/usr/local/nvm
207-
ENV NODE_VERSION=20.16.0
207+
ENV NODE_VERSION=18.20.4
208208
RUN mkdir -p $NVM_DIR
209209
RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
210210
RUN source $NVM_DIR/nvm.sh && \

package-lock.json

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"prettier": "3.0.0"
1111
},
1212
"dependencies": {
13-
"exec": "^0.2.1"
13+
"exec": "^0.2.1",
14+
"pnpm": "^9.6.0"
1415
},
1516
"packageManager": "pnpm@8.14.0+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f"
1617
}

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)