Skip to content

Commit 6b6621f

Browse files
author
Andrey Fel
committed
Bump used Node version to 18
1 parent ac53792 commit 6b6621f

4 files changed

Lines changed: 553 additions & 1767 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v2
6363
- uses: volta-cli/action@v1
6464
with:
65-
node-version: 12.x
65+
node-version: 18
6666
- name: install dependencies
6767
run: yarn install --frozen-lockfile
6868
- name: test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 14
17+
node-version: 18
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
}
160160
},
161161
"volta": {
162-
"node": "16.19.1",
162+
"node": "18.19.0",
163163
"yarn": "1.22.19"
164164
}
165165
}

0 commit comments

Comments
 (0)