diff --git a/.github/workflows/npm-gulp.yml b/.github/workflows/npm-gulp.yml new file mode 100644 index 0000000..572444e --- /dev/null +++ b/.github/workflows/npm-gulp.yml @@ -0,0 +1,28 @@ +name: NodeJS with Gulp + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [14.x, 16.x, 18.x] + + steps: + - uses: actions/checkout@v3 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + gulp diff --git a/package.json b/package.json index 810f4c3..8de071f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@supercharge/promise-pool": "^1.7.0", "@textury/ardb": "^1.1.3", - "arbundles": "^0.6.19", + "arbundles": "^0.9.3", "arweave": "1.11.4", "arweave-stream-tx": "^1.1.0", "axios": "^0.21.4", @@ -46,7 +46,7 @@ "fast-glob": "^3.2.7", "figlet": "^1.5.2", "fuse.js": "^6.4.6", - "inquirer": "^8.1.2", + "inquirer": "^8.2.7", "mime": "^2.5.2", "minimist": "^1.2.5", "normalize-path": "^3.0.0",