Skip to content

Commit

Permalink
Merge 15ad601 into 098f270
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jul 19, 2023
2 parents 098f270 + 15ad601 commit b83e05c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
if: steps.release.outputs.release_created
uses: actions/setup-node@v3
with:
cache: npm
cache-dependency-path: package.json
node-version: lts/*
registry-url: https://registry.npmjs.org/

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: npm
cache-dependency-path: package.json
node-version: lts/*

- name: Install
Expand Down Expand Up @@ -104,6 +106,8 @@ jobs:
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: npm
cache-dependency-path: package.json
node-version: ${{ matrix.node-version }}

- name: Install
Expand Down

0 comments on commit b83e05c

Please sign in to comment.