Skip to content

Commit f984b63

Browse files
authored
ci: update node-version to 20 (#360)
Обновляем версию node js до 20
1 parent ff90df1 commit f984b63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: 16
38+
node-version: 20
3939
cache: 'yarn'
4040
always-auth: true
4141
registry-url: 'https://registry.npmjs.org'
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v4
8080
- uses: actions/setup-node@v4
8181
with:
82-
node-version: 16
82+
node-version: 20
8383
cache: 'yarn'
8484
- run: yarn install --frozen-lockfile
8585

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: 20
2424
cache: 'yarn'
2525
- run: yarn install --frozen-lockfile --ignore-scripts
2626

.github/workflows/reusable_workflow_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ inputs.ref }}
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 20
2323
cache: 'yarn'
2424
- run: yarn install --frozen-lockfile --ignore-scripts
2525

0 commit comments

Comments
 (0)