Skip to content

Commit

Permalink
Don't cache, because I don't have package.json
Browse files Browse the repository at this point in the history
at the top level, I guess.

actions/setup-node#706 (comment)
  • Loading branch information
douglasnaphas committed Jan 24, 2024
1 parent 7b71a98 commit b1303ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
working-directory: GitHubOIDCRoleStack
- name: Install
working-directory: GitHubOIDCProvider
run: npm install

0 comments on commit b1303ad

Please sign in to comment.