Skip to content

Commit

Permalink
restore node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jan 29, 2024
1 parent beaad11 commit 0f74cbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20.10.0
# NOTE: keep synced with .npmrc
node-version: 18.19.0
cache: 'pnpm'

- name: Install dependencies
Expand Down
5 changes: 4 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
engine-strict = true
use-node-version = ${NODE_VERSION:-20.10.0}

# NOTE: keep synced with ci.yml
use-node-version = ${NODE_VERSION:-18.19.0}

prefer-workspace-packages = true

0 comments on commit 0f74cbf

Please sign in to comment.