Skip to content

Commit

Permalink
Merge pull request #247 from maizzle/next
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin authored Dec 16, 2024
2 parents 59793df + 242c7c8 commit 27e9cb7
Show file tree
Hide file tree
Showing 31 changed files with 1,163 additions and 18,991 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.idea
.vscode
coverage
node_modules
npm-debug.log
yarn-error.log
3 changes: 0 additions & 3 deletions bin/maizzle

This file was deleted.

5 changes: 5 additions & 0 deletions bin/maizzle.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env node

import bootstrap from '../src/index.js'

await bootstrap()
Loading

0 comments on commit 27e9cb7

Please sign in to comment.