Skip to content

Commit

Permalink
fix(release): update to nodejs 16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Jul 23, 2021
1 parent 5437fdf commit eb6e104
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
with:
java-version: 16

- name: Set up Node.js v12.x
- name: Set up Node.js v16.x
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"

- name: Cache Gradle
id: cache-gradle
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
]
},
"engines": {
"node": ">=12.14"
"node": ">=16.5"
}
}

0 comments on commit eb6e104

Please sign in to comment.