mirror of
https://github.com/qntm/base65536
synced 2026-03-26 17:24:46 +01:00
Compare commits
No commits in common. "1ef6e737f4def274f0edde6948a1dee03e8dceb7" and "bc6f9a2b3782ba253ad2a81490022a354f8c48db" have entirely different histories.
1ef6e737f4
...
bc6f9a2b37
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@ -1,11 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: 'monthly'
|
||||
ignore:
|
||||
- dependency-name: '*'
|
||||
update-types:
|
||||
- 'version-update:semver-minor'
|
||||
- 'version-update:semver-patch'
|
||||
interval: "weekly"
|
||||
|
||||
27
.github/workflows/workflow-1.yml
vendored
27
.github/workflows/workflow-1.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: 'Travis CI replacement'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build-job:
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: ['14.x', '16.x']
|
||||
|
||||
steps:
|
||||
- uses: 'actions/checkout@v2'
|
||||
|
||||
- name: 'Use Node.js ${{ matrix.node-version }}'
|
||||
uses: 'actions/setup-node@v1'
|
||||
with:
|
||||
node-version: '${{ matrix.node-version }}'
|
||||
|
||||
- name: 'Actual npm tasks'
|
||||
run: |
|
||||
npm install
|
||||
npm run test
|
||||
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 10
|
||||
- 12
|
||||
- 14
|
||||
cache:
|
||||
directories:
|
||||
- ~/.cache
|
||||
script:
|
||||
- npm run test
|
||||
- npm run build
|
||||
- npm run test-built
|
||||
@ -35,7 +35,7 @@
|
||||
"@babel/node": "^7.10.5",
|
||||
"@babel/preset-env": "^7.8.4",
|
||||
"base65536-test": "^1.1.2",
|
||||
"cypress": "^8.3.1",
|
||||
"cypress": "^7.0.1",
|
||||
"express": "^4.17.1",
|
||||
"glob": "^7.1.6",
|
||||
"jest": "^27.0.3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user