Skip to content

Commit

Permalink
Update Node and GHA deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EMH333 committed Jan 28, 2024
1 parent 079a55a commit 79a9371
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 139 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
Expand Down

0 comments on commit 79a9371

Please sign in to comment.