Skip to content

Commit

Permalink
Update Packages, Fix Node-Sass Deprecation (#164)
Browse files Browse the repository at this point in the history
* Fix node-sass deprecation

* Update version

* Update workflows

* Another attempt

* No non-LTS engines
  • Loading branch information
phschaad authored Sep 5, 2024
1 parent ca8608e commit 37bac34
Show file tree
Hide file tree
Showing 6 changed files with 668 additions and 2,475 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.12]
node-version: [20.17.0, 22.7.0]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.12]
node-version: [22.7.0]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
strategy:
matrix:
node-version: [18.12]
node-version: [22.7.0]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.12]
node-version: [20.17.0, 22.7.0]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 37bac34

Please sign in to comment.