Skip to content

Commit

Permalink
Update node and dev dependencies (#102)
Browse files Browse the repository at this point in the history
Also fix github workflows to use node version from volta.
  • Loading branch information
Vladimir Ubogovich committed Mar 19, 2023
1 parent 68282e1 commit 14495de
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
# The action will automatically pick up the version of Node.js, according to package.json/volta
node-version-file: package.json
cache: npm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
# The action will automatically pick up the version of Node.js, according to package.json/volta
node-version-file: package.json
cache: npm

- name: Install dependencies
Expand Down

0 comments on commit 14495de

Please sign in to comment.