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 cca2203 commit 4ebb24bCopy full SHA for 4ebb24b
.github/workflows/check-linting-and-format.yml
@@ -16,19 +16,19 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- node-version: [18]
+ node-version: [20]
20
21
steps:
22
- name: Check out Git repository
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
25
- name: Set up pnpm
26
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
27
with:
28
- version: 8
+ version: 9
29
30
- name: Use Node.js ${{ matrix.node-version }}
31
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
32
33
node-version: ${{ matrix.node-version }}
34
cache: 'pnpm'
0 commit comments