Skip to content

Commit

Permalink
Remove engine restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Jan 19, 2024
1 parent be72880 commit 4381ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:

- name: Upload artifact
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lib
path: dist

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand All @@ -67,7 +67,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: lib
path: dist
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"author": "Simon Reinisch <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"node": "^20"
},
"main": "./dist/nanopop.umd.js",
"module": "./dist/nanopop.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4381ffd

Please sign in to comment.