Skip to content

Commit

Permalink
misc: Update ci.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Dec 12, 2023
1 parent 5db8c3a commit 111a799
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm
- name: Install Dependencies
run: |
npm clean-install --ignore-scripts
npx nr --version
npx nr --scripts
run: npm clean-install
- name: Build Project
run: npx nr build
- name: Run Tests
Expand All @@ -44,7 +41,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx nr --version
npx nr release
run: npx nr release

0 comments on commit 111a799

Please sign in to comment.