Skip to content

Commit

Permalink
Merge pull request #7 from omnisat/cleaning
Browse files Browse the repository at this point in the history
release
  • Loading branch information
hathbanger authored Oct 12, 2024
2 parents 2e6df7d + ddca28c commit 5ca435b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'pnpm'

- name: Install dependencies
Expand Down
16 changes: 12 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@ on:
push:
branches:
- main
- dev

jobs:
release:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
version: 9
node-version: 18
cache: 'pnpm'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 6.32.9

- name: Install dependencies
run: pnpm install
Expand All @@ -32,7 +40,7 @@ jobs:
git push
- name: Create GitHub Release
uses: changesets/action@v2
uses: changesets/action@v1
with:
publish: false
version: false
Expand Down

0 comments on commit 5ca435b

Please sign in to comment.