Skip to content

Commit

Permalink
Use the Node version specified in nvmrc to build (#985)
Browse files Browse the repository at this point in the history
We're updating from Node 18 to Node 22 LTS. Using the `.nvmrc` file to keep this step consistent and avoid having to change it in multiple places in the future.
  • Loading branch information
ekzhang authored Nov 19, 2024
1 parent f3290af commit abc1116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: modal/.nvmrc

- name: Install node packages
run: npm ci --include=dev
Expand Down

0 comments on commit abc1116

Please sign in to comment.