Skip to content

Commit

Permalink
Update CI and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed May 13, 2024
1 parent 47203e0 commit caa1914
Show file tree
Hide file tree
Showing 5 changed files with 1,509 additions and 628 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: [main]

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,12 +15,12 @@ jobs:
working-directory: "website"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
cache-dependency-path: "**/package-lock.json"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

- name: Validate JSON Format
run: |
Expand Down
Loading

0 comments on commit caa1914

Please sign in to comment.