Skip to content

Commit

Permalink
NPM install (with caching)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBennett committed Nov 26, 2021
1 parent 8ec1352 commit 09edd01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -15,6 +15,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'

- run: npm install

# Runs a single command using the runners shell
- name: Deploy with gh-pages
run: |
Expand Down

0 comments on commit 09edd01

Please sign in to comment.