Skip to content

Commit

Permalink
Merge branch 'release/v6.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Sep 27, 2024
2 parents 7f74c15 + 1fd9a42 commit f5c7d29
Show file tree
Hide file tree
Showing 202 changed files with 4,855 additions and 5,407 deletions.
4 changes: 1 addition & 3 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Browsers that we support
last 2 versions
ie >= 9
ios >= 7
android >= 4.4
> 1%
17 changes: 9 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20']
node: ['22']
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: install system dependencies
run: sudo apt-get update && sudo apt-get install -y gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
- name: install dependencies
Expand All @@ -28,9 +28,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20'] # latest (16+) not functional
node: ['22']
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: install system dependencies
run: sudo apt-get update && sudo apt-get install -y gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
- name: install dependencies
Expand All @@ -43,13 +43,14 @@ jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node: [ '16', '18' ]
platform: [ubuntu-latest, windows-latest, macos-latest]
node: [ '18', '20', '22' ]
name: Node ${{ matrix.node }} (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rules:
- allow-leading-underscore: true
convention: hyphenatedlowercase

mixins-before-declarations: 1
mixins-before-declarations: 0

nesting-depth:
- 1
Expand Down Expand Up @@ -389,7 +389,7 @@ rules:
- 1
- include: true

space-before-colon: 1
space-before-colon: 0

space-between-parens:
- 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Foundation is the most advanced responsive front-end framework in the world. Qui

### Documentation

To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **12** or **14**). Run these commands to set up the documentation:
To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be a **minimum of 18**). Run these commands to set up the documentation:

```bash
# Install
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.8.1",
"version": "6.9.0",
"description": "The most advanced responsive front-end framework in the world.",
"homepage": "https://get.foundation/sites",
"license": "MIT",
Expand Down
Loading

0 comments on commit f5c7d29

Please sign in to comment.