Skip to content

Commit

Permalink
build(ci): upgrade node version to 17
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Sep 30, 2022
1 parent 08d2c7f commit 2d3638e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Setup node env 📦
uses: actions/setup-node@v3
with:
node-version: 10
node-version: 17
check-latest: true
cache: 'npm'

- name: Install dependencies 🚀
run: npm i --prefer-offline --no-audit --omit=optional
Expand Down

0 comments on commit 2d3638e

Please sign in to comment.