build(ci): upgrade node version to 17
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
143b5a8d80
commit
62d195e11b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -24,7 +24,9 @@ jobs:
|
||||||
- name: Setup node env 📦
|
- name: Setup node env 📦
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 10
|
node-version: 17
|
||||||
|
check-latest: true
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install dependencies 🚀
|
- name: Install dependencies 🚀
|
||||||
run: npm i --prefer-offline --no-audit --omit=optional
|
run: npm i --prefer-offline --no-audit --omit=optional
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue