Skip to content

Commit

Permalink
Merge pull request #231 from AttorneyOnline/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4

Bump actions/setup-node from 1 to 4
  • Loading branch information
stonedDiscord authored Sep 14, 2024
2 parents b005e54 + 184c36d commit 976c738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'
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 @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install Dependencies
Expand Down

0 comments on commit 976c738

Please sign in to comment.