Skip to content

Repository files navigation

Workflows

Reusable github action workflows

Dependency Cache

Speed up your Node.js builds by caching the dependencies.

jobs:
test:
needs: [cache]name: Testruns-on: ubuntu-lateststeps:
- name: Checkout projectuses: actions/checkout@v4
- name: Use Node.jsuses: actions/setup-node@v4with:
node-version-file: .nvmrc
- name: Dependenciesuses: johngeorgewright/workflows/actions/yarn-cache@main# Or NPM# - name: Dependencies# uses: johngeorgewright/workflows/actions/npm-cache@main

About

Reusable Github Workflows

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages