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 bb34584 commit e40a9bbCopy full SHA for e40a9bb
.github/workflows/main.yaml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- name: Use Node.js 20.x
15
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
16
with:
17
node-version: '22.x'
18
- run: npm ci
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments