Skip to content

Commit

Permalink
maybe fix setup?
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Mar 15, 2023
1 parent c25f750 commit 2f2d16a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ inputs:
description: Ref to Setup
required: false
default: ${{ github.sha }}
node-version:
description: Node Version to USe
required: false
default: 19.x

runs:
using: composite
Expand All @@ -46,7 +42,7 @@ runs:
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version: ${{inputs.node-version }}
node-version-file: 'package.json'
cache: 'pnpm'

- name: Configure Parallel Builds
Expand Down

0 comments on commit 2f2d16a

Please sign in to comment.