Skip to content

Commit

Permalink
Merge pull request #212 from kethinov/0.22.1
Browse files Browse the repository at this point in the history
0.22.1
kethinov authored May 3, 2024

Verified

This commit was signed with the committer’s verified signature.
weblate Weblate (bot)
2 parents adab78f + a3c3219 commit a69536e
Showing 3 changed files with 78 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
139 changes: 74 additions & 65 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"url": "https://github.com/rooseveltframework/mkroosevelt/graphs/contributors"
}
],
"version": "0.22.0",
"version": "0.22.1",
"files": [
"mkroosevelt.js"
],
@@ -23,8 +23,8 @@
},
"engineStrict": true,
"dependencies": {
"generator-roosevelt": "0.22.0",
"inquirer": "9.2.17",
"generator-roosevelt": "0.22.1",
"inquirer": "9.2.20",
"yeoman-environment": "3.19.3"
},
"devDependencies": {

0 comments on commit a69536e

Please sign in to comment.