Skip to content

Commit

Permalink
ci: update workflow names + use node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 13, 2025
1 parent 78bbd6c commit d140e32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
cache: "pnpm"

- run: pnpm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: release

on:
push:
Expand All @@ -12,14 +12,14 @@ permissions:
contents: read

jobs:
ci:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
cache: "pnpm"
- run: pnpm install

Expand Down

0 comments on commit d140e32

Please sign in to comment.