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 7b89bef commit 4dba008Copy full SHA for 4dba008
.github/workflows/eslint.yml
@@ -17,10 +17,9 @@ jobs:
17
- uses: actions/checkout@v5
18
- uses: pnpm/action-setup@v4
19
- name: Set up Node
20
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
21
with:
22
node-version: '22'
23
- package-manager-cache: false
24
- name: Install node dependencies
25
run: pnpm install
26
- name: Run JavaScript linter
.github/workflows/javascript.yml
@@ -22,10 +22,9 @@ jobs:
bundler-cache: true
27
28
29
30
31
- name: Run tests
0 commit comments