Skip to content

Commit b1303ad

Browse files
committed
Don't cache, because I don't have package.json
at the top level, I guess. actions/setup-node#706 (comment)
1 parent 7b71a98 commit b1303ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/node.js.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v2
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
cache: "npm"
28-
working-directory: GitHubOIDCRoleStack
2927
- name: Install
3028
working-directory: GitHubOIDCProvider
3129
run: npm install

0 commit comments

Comments
 (0)