Skip to content

Commit

Permalink
chore: updated supported node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jahilldev committed May 15, 2023
1 parent 7b197bc commit 9a9f47d
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Cache node modules
uses: actions/cache@v1
env:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"jsx",
"isomorphic"
],
"engines": {
"node": "^16"
},
"files": [
"dist"
],
Expand Down

0 comments on commit 9a9f47d

Please sign in to comment.