Skip to content

Commit

Permalink
bump related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodentman87 committed Feb 13, 2024
1 parent 7d2c9c1 commit 7a5aa08
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 245 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm

- name: Install dependencies
Expand All @@ -32,10 +32,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm

- name: Install dependencies
Expand Down
Loading

0 comments on commit 7a5aa08

Please sign in to comment.