Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-franke committed Feb 1, 2024
2 parents 69c6130 + b494b87 commit fa35580
Show file tree
Hide file tree
Showing 10 changed files with 1,764 additions and 1,071 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ on:

jobs:
build-and-deploy:

strategy:
max-parallel: 1
matrix:
folder:
- ./
- experiments/pilot-01a/
- experiments/pilot-01b/
- experiments/pilot-02a/
- experiments/pilot-02b/
- experiments/pilot-02c/
- experiments/pilot-03a/

runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions experiments/pilot-01a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"magpie-base": "^3.4.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "14.x",
"npm": "7.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
}
6 changes: 3 additions & 3 deletions experiments/pilot-01b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"magpie-base": "^3.4.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "14.x",
"npm": "7.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
}
6 changes: 3 additions & 3 deletions experiments/pilot-02a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"magpie-base": "^3.4.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "14.x",
"npm": "7.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
}
6 changes: 3 additions & 3 deletions experiments/pilot-02b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"magpie-base": "^3.4.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "14.x",
"npm": "7.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
}
6 changes: 3 additions & 3 deletions experiments/pilot-02c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"magpie-base": "^3.4.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "14.x",
"npm": "7.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
}
6 changes: 3 additions & 3 deletions experiments/pilot-03a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"magpie-base": "^3.4.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "14.x",
"npm": "7.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
}
Loading

0 comments on commit fa35580

Please sign in to comment.