Skip to content

Commit

Permalink
Use node 12 to unit-test webapp
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@gmail.com>
  • Loading branch information
Patrik-Stas committed Sep 7, 2022
1 parent a0e2b4b commit e8de991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 12
- name: Branch name
run: echo running on branch ${GITHUB_REF##*/}
- name: Install dependencies
Expand Down

0 comments on commit e8de991

Please sign in to comment.