Skip to content

Commit

Permalink
Bump used Node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyfel committed Dec 27, 2023
1 parent ac53792 commit 6b6621f
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 1,767 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 12.x
node-version: 18
- name: install dependencies
run: yarn install --frozen-lockfile
- name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
registry-url: 'https://registry.npmjs.org'

- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
}
},
"volta": {
"node": "16.19.1",
"node": "18.19.0",
"yarn": "1.22.19"
}
}
Loading

0 comments on commit 6b6621f

Please sign in to comment.