Skip to content

Commit

Permalink
chore: update node
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-medvedev committed Mar 7, 2023
1 parent 6450827 commit e121181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.12.1
node-version: 18.14.2
cache: 'yarn'

- 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 @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.12.1
node-version: 18.14.2
cache: 'yarn'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"less"
],
"volta": {
"node": "18.13.0",
"node": "18.14.2",
"yarn": "1.22.19"
},
"husky": {
Expand Down

0 comments on commit e121181

Please sign in to comment.