Skip to content

Commit

Permalink
Update to setup-node@v2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Dec 7, 2021
1 parent 0886154 commit 438d9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Install metafacture-fix
working-directory: metafacture-fix
run: ./gradlew install
- name: Set up Node.js
uses: actions/setup-node@v2
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
working-directory: metafacture-fix
run: ./gradlew install
- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
- name: Install karma and headless chrome
run: |
npm install -g karma-cli
Expand Down

0 comments on commit 438d9e8

Please sign in to comment.