Skip to content

Commit

Permalink
Update Deps
Browse files Browse the repository at this point in the history
Avoid deprecated Node JS issue with legacy deps and runtime version. These should be good for a few more years since they now run on the latest LTS version.
  • Loading branch information
elliot-huffman authored Jun 4, 2024
1 parent d142983 commit 79a6c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
if: "!startsWith(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test

0 comments on commit 79a6c66

Please sign in to comment.