We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d47644 commit 755feb4Copy full SHA for 755feb4
.github/workflows/codestyle.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v5
21
- name: Set up node.js
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
23
with:
24
node-version: "22"
25
cache: "npm"
.github/workflows/release.yml
- run: sudo apt-get install -y make
.github/workflows/typescript.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
0 commit comments