Browse Source

ci: use node-18

dev
Maxim Prokhorov 7 months ago
parent
commit
3a34f06c3f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/push.yml
  2. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/push.yml View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- name: Cache Node
uses: actions/cache@v3
with:


+ 1
- 1
.github/workflows/release.yml View File

@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- name: Cache Node
uses: actions/cache@v3


Loading…
Cancel
Save