Skip to content

Commit

Permalink
Merge pull request #1799 from PeterDaveHello/updateDependenciesBaseline
Browse files Browse the repository at this point in the history
Update minimum required node.js version to v12 with npm package dependencies
  • Loading branch information
Yukaii committed Mar 9, 2023
2 parents b09a472 + 500fe78 commit 52bfb9b
Show file tree
Hide file tree
Showing 4 changed files with 2,469 additions and 1,546 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v10.20.1
v12.22.12

0 comments on commit 52bfb9b

Please sign in to comment.