We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b8b8a commit 5c871ebCopy full SHA for 5c871eb
.github/workflows/node.js.yml
@@ -16,16 +16,16 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [18.x, 20.x]
+ node-version: [20.x, 22.x]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
23
- uses: actions/checkout@v2
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node-version }}
28
- cache: 'yarn'
29
- - run: yarn install
+ cache: 'pnpm'
+ - run: pnpm install
30
- run: npm run bands
31
- run: npm run build
0 commit comments