Skip to content

Commit

Permalink
chore(): Updated node version from 12 to 14 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnt0r authored Oct 16, 2021
1 parent bcabe39 commit 24000fa
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14

- name: Install dependencies
run: npm ci
Expand Down
38 changes: 38 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.0.0",
"jest": "^27.0.4",
"node": "^14.18.0",
"np": "^7.4.0",
"rollup": "^2.39.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit 24000fa

Please sign in to comment.