Skip to content

Commit

Permalink
Adding
Browse files Browse the repository at this point in the history
Adding PR Test Support
  • Loading branch information
NickJLange committed May 12, 2024
1 parent 5fb0daf commit 9fa138b
Show file tree
Hide file tree
Showing 4 changed files with 9,143 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/render-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: .
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '19.x'
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.lock
package-lock.json
1 change: 1 addition & 0 deletions 5l-labs.com
Loading

0 comments on commit 9fa138b

Please sign in to comment.