Skip to content

Commit

Permalink
Updated dependencies and updated github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Sep 21, 2024
1 parent c0ae248 commit 3adcb47
Show file tree
Hide file tree
Showing 6 changed files with 1,054 additions and 581 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/a11y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout source.
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies.
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout source.
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies.
run: npm ci
Expand All @@ -32,7 +32,7 @@ jobs:
check_name: "Cypress Test Results"

- name: Archive test results.
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js '12.x'
Expand All @@ -26,7 +26,7 @@ jobs:
- run: export NODE_ENV=ghpages && npm run build
- run: cd public && ln -s index.html 404.html # symlink for GH pages fallback
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.3
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
BRANCH: gh-pages
FOLDER: public
25 changes: 0 additions & 25 deletions .github/workflows/pre-commit.yaml

This file was deleted.

Loading

0 comments on commit 3adcb47

Please sign in to comment.