Skip to content

Commit 825485a

Browse files
revert back to yarn but v 18
1 parent 3bce354 commit 825485a

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/npm.yaml

-11
This file was deleted.

.github/workflows/yarn.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Check with yarn
2+
on: [push, pull_request]
3+
jobs:
4+
build:
5+
name: Install and test with yarn
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v3
9+
- uses: actions/setup-node@v3
10+
with:
11+
node-version: "18"
12+
- run: yarn install
13+
- run: yarn test

0 commit comments

Comments
 (0)