Skip to content

Commit

Permalink
Update min node version to 14 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanholmerin authored Dec 14, 2022
1 parent 15eb0f3 commit eedfad6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x

- name: Install packages
run: yarn --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.22.1
v14.21.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/johanholmerin/style9.git"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"types": "./types/index.d.ts",
"typesVersions": {
Expand Down

0 comments on commit eedfad6

Please sign in to comment.