Skip to content

Commit

Permalink
removed pre-releases; added node version to tagged release;
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrichter committed Mar 1, 2023
1 parent cdb05b5 commit ef68eb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/pre-release.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install modules
run: yarn install --frozen-lockfile
- name: Lint
Expand Down

0 comments on commit ef68eb0

Please sign in to comment.