Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strayfade committed Feb 25, 2024
1 parent a4d556c commit 6074848
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/node.js.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Jest
name: Run Tests (jest)
on: push
jobs:
test:
Expand All @@ -8,7 +8,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '20'

# Speed up subsequent runs with caching
- name: Cache node modules
Expand Down
File renamed without changes.

0 comments on commit 6074848

Please sign in to comment.