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 7c94f9a commit 3c20b5dCopy full SHA for 3c20b5d
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: pnpm/action-setup@v4
24
- uses: actions/setup-node@v4
25
with:
26
- node-version: 20
+ node-version: 22
27
cache: pnpm
28
29
- name: 📦 Install dependencies
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set node
20
uses: actions/setup-node@v4
21
22
- node-version: 18
- run: npx changelogithub
env:
.github/workflows/update-lexicons.yml
@@ -24,7 +24,7 @@ jobs:
30
0 commit comments