Skip to content

Commit

Permalink
Merge pull request #21 from GrantBirki/updates
Browse files Browse the repository at this point in the history
Package Updates
  • Loading branch information
GrantBirki authored Nov 10, 2023
2 parents d2da3b8 + b6e27b4 commit 3d5d323
Show file tree
Hide file tree
Showing 9 changed files with 26,872 additions and 6,741 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/json-yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4

- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.1.0
uses: GrantBirki/json-yaml-validate@v2.4.0
with:
comment: "true" # enable comment mode
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
Loading

0 comments on commit 3d5d323

Please sign in to comment.