Skip to content

Commit

Permalink
Ensure we're using the correct version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Jun 18, 2024
1 parent 96ef0cf commit 7d9811d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Setup pnpm
run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm
run: corepack enable
# - name: Get pnpm store directory
# shell: bash
# run: |
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.14.0

0 comments on commit 7d9811d

Please sign in to comment.