Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Oct 17, 2024
1 parent cd4ca86 commit 28dd67d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "18"
cache: npm
cache-dependency-path: ./package-lock.json

- name: Install dependencies
run: npm ci
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- '18.x'
- '20.x'
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: "18"

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 28dd67d

Please sign in to comment.