Skip to content

Commit

Permalink
Merge pull request #6 from rustymotors/drazisil-patch-1
Browse files Browse the repository at this point in the history
Update node.js.yml
  • Loading branch information
drazisil authored May 30, 2024
2 parents 7a34665 + ca74e35 commit 60d2e76
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: NVM Setup Node
# You may pin to the exact commit or the version.
# uses: irby/setup-node-nvm@0f2fe973693e3657f208b039956df88e3000939d
uses: irby/[email protected]
- uses: actions/setup-node@v4
with:
# Install specific version of Node using NVM. If omitted, it will use the .nvmrc value at your project root (if available) or fall back to the value in .nvmrc for this action.
node-version: {{ matrix.node-version }}
node-version: ${{ matrix.version }}
- name: Setup pnpm
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
uses: pnpm/[email protected]
with:
# If specified, run `pnpm install`
run_install: true
- run: pnpm ci
- run: pnpm test

0 comments on commit 60d2e76

Please sign in to comment.