Skip to content

Commit

Permalink
build: use node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Nov 15, 2022
1 parent 83780d4 commit 76c5976
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
cache: yarn

- name: Install packages
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"webpack-dev-server": "^3.10.3"
},
"engines": {
"node": "14.x"
"node": "16.x"
}
}

0 comments on commit 76c5976

Please sign in to comment.