Skip to content

Commit

Permalink
refactor: node options
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Oct 8, 2024
1 parent f4bac29 commit 8b5132b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
node-version: 18
cache: yarn
registry-url: 'https://registry.npmjs.org'
check-latest: true
node-options: "--experimental-specifier-resolution=node"

- name: Install Dependencies
run: yarn install
Expand All @@ -36,6 +38,10 @@ jobs:
- name: Install salesforce CLI
run: npm install -g @salesforce/cli

- name: Clear Yarn Cache (Ubuntu)
if: runner.os == 'Linux'
run: yarn cache clean

- name: Install plugin
run: |
sf plugins:link .
Expand Down

0 comments on commit 8b5132b

Please sign in to comment.