Skip to content

Commit

Permalink
fix: Node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxity committed Mar 20, 2024
1 parent 45518c7 commit d94912e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/server-ci-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Debug
run: |
ls -la
ls -la ../
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ../.nvmrc
node-version-file: .nvmrc
cache: npm

- name: Setup Go
Expand Down

0 comments on commit d94912e

Please sign in to comment.