chore: update workflows node@18
This commit is contained in:
parent
e6cebd8c46
commit
d5a8b3f1fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '18.x'
|
||||||
|
|
||||||
- name: 'Restore dependency cache'
|
- name: 'Restore dependency cache'
|
||||||
id: cache-restore
|
id: cache-restore
|
||||||
|
|
Loading…
Reference in a new issue