Skip to content

Commit

Permalink
Remove yarn, cleanup build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdisThomann committed Jan 29, 2023
1 parent f7dc511 commit 09162ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/yarn.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Yarn build
name: Build

on:
push:
Expand All @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,9 +24,5 @@ jobs:

- name: Build
run: |
yarn
yarn build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.4
with:
path: dist
npm ci
npm run build
21 changes: 1 addition & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"json-stringify-pretty-compact": "^3.0.0",
"rimraf": "^4.1.2",
"ts-node": "10.9.1",
"typescript": "^4.9.4",
"yarn": "^1.22.0"
"typescript": "^4.9.4"
}
}

0 comments on commit 09162ee

Please sign in to comment.