Skip to content

Commit

Permalink
Merge branch 'sqlectron:main' into fix-646-edit-after-query-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
tomch3ng authored Oct 13, 2021
2 parents 89f4b4e + 2f76359 commit b953ae4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build

on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
on: [push, pull_request]

jobs:
build:
Expand All @@ -27,9 +23,13 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ env.node-version }}
cache: npm

# Version of npm that comes in 14.x is npm@6
- run: npm i -g npm@7

- run: npm ci

Expand Down

0 comments on commit b953ae4

Please sign in to comment.