Skip to content

Commit

Permalink
fix: hashbang instruction in index.js, package updates, switch to nod…
Browse files Browse the repository at this point in the history
…e test runner
  • Loading branch information
PatrickHeneise committed Sep 6, 2023
1 parent a67f093 commit d78015e
Show file tree
Hide file tree
Showing 8 changed files with 3,087 additions and 10,573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npm test
- run: npx semantic-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run codestyle
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

'use strict'

import fs from 'fs/promises'
Expand Down
Loading

0 comments on commit d78015e

Please sign in to comment.