Skip to content

Commit

Permalink
revert back to yarn but v 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpowell88 committed Aug 1, 2023
1 parent 3bce354 commit 825485a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/npm.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/yarn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check with yarn
on: [push, pull_request]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: yarn install
- run: yarn test

0 comments on commit 825485a

Please sign in to comment.