Skip to content

Commit bacc7ea

Browse files
committed
chore: remove cache
1 parent d2436ef commit bacc7ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -33,7 +33,6 @@ jobs:
3333
uses: actions/setup-node@v2
3434
with:
3535
node-version: ${{ matrix.node-version }}
36-
cache: npm
3736
- uses: pnpm/action-setup@v2
3837
name: Install pnpm
3938
id: pnpm-install

0 commit comments

Comments
 (0)