Skip to content

Commit

Permalink
fix: upgrade dependencies (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Oct 14, 2021
1 parent 095bf99 commit a0c5c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 14.18.1

- name: Install dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 14.18.1
- name: Install dependencies
run: yarn install

Expand Down

0 comments on commit a0c5c92

Please sign in to comment.