Skip to content

Commit

Permalink
Setup continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dpar39 committed May 13, 2024
1 parent 21b6fa8 commit a450982
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Release
on:
release:
types:
- published
pull_request:
types: [synchronize]
push:
branches:
- main
workflow_dispatch:

jobs:
Expand All @@ -14,10 +16,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Install the dependencies
- name: Install npm dependencies
run: npm install

- name: Build and run automation tests
Expand Down

0 comments on commit a450982

Please sign in to comment.