Skip to content

Commit

Permalink
chore(ci): bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Sep 18, 2024
1 parent 531c49b commit 0a9afac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,19 @@ on:
- main
types: [opened, synchronize, reopened]

env:
CI: true
NODE_VERSION: 16

defaults:
run:
shell: bash

jobs:
lint:
name: 📚 lint and type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
shell: bash
- name: lint
run: pnpm test-linter
- name: type check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npx changelogithub --draft
Expand Down

0 comments on commit 0a9afac

Please sign in to comment.