Skip to content

Commit

Permalink
try install instead of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Jan 3, 2023
1 parent 21c206a commit ad04a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ 14 ]
node: [14]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,5 +22,5 @@ jobs:

- name: npm install and build
run: |
npm ci
npm run build
npm install
npm run build

0 comments on commit ad04a5e

Please sign in to comment.