Skip to content

Commit

Permalink
removes bourbon in favour of native css grid
Browse files Browse the repository at this point in the history
also needed to update the node version to get a newer version of
npm, and regenerate the package-lock because of an npm 7 issue

npm/cli#1957
  • Loading branch information
GentlemanHal committed Nov 28, 2020
1 parent cb5e69b commit 74cb09b
Show file tree
Hide file tree
Showing 17 changed files with 32,950 additions and 9,719 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nevergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 15.2.1
node-version: 15.3.0

- name: node - dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.2.1
15.3.0
2 changes: 1 addition & 1 deletion cctray_xml_feed_mock/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.2.1
15.3.0
6 changes: 3 additions & 3 deletions develop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
set -euo pipefail

kill_all() {
Expand Down Expand Up @@ -47,5 +47,5 @@ echo "running the server ..."

wait

# Proper clean up taken from this unix stackexchange post:
# http://unix.stackexchange.com/questions/55558/how-can-i-kill-and-wait-for-background-processes-to-finish-in-a-shell-script-whe
# Proper clean up taken from this unix stackexchange post:
# http://unix.stackexchange.com/questions/55558/how-can-i-kill-and-wait-for-background-processes-to-finish-in-a-shell-script-whe
Loading

0 comments on commit 74cb09b

Please sign in to comment.