Skip to content

Commit

Permalink
fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Nov 29, 2023
1 parent 25d6a7b commit c84c442
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Build and Lint
on:
push:
branches:
- main
pull_request:
branches:
- main

on: ['push', 'pull_request']

jobs:
build-and-lint:
Expand All @@ -18,7 +13,7 @@ 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
Expand Down

0 comments on commit c84c442

Please sign in to comment.