Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Nov 29, 2023
1 parent b08a0cb commit 0205a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'

- name: Install dependencies
run: npm ci --include=dev --verbose
run: npm ci --include=dev

- name: Build and lint
run: |
Expand Down

0 comments on commit 0205a8d

Please sign in to comment.