Skip to content

Commit

Permalink
chore: GitHub Actions
Browse files Browse the repository at this point in the history
Use GitHub Actions from "marcobiedermann/actions"
  • Loading branch information
marcobiedermann committed Jan 23, 2023
1 parent 365bace commit 1deac84
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: ⏬ Checkout
uses: actions/checkout@v2

- name: 🔢 Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm

- name: ⚙️ Use Node.js (.nvmrc)
uses: actions/setup-node@v2
with:
cache: 'npm'
node-version: '${{ steps.nvm.outputs.NVMRC }}'
- uses: marcobiedermann/actions/checkout@main
- uses: marcobiedermann/actions/setup-node@main

- name: 🔋 Install
run: npm ci
Expand Down

0 comments on commit 1deac84

Please sign in to comment.