We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9071e6 commit 135fa55Copy full SHA for 135fa55
.github/workflows/pull_request.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set Node.js 20.x
13
uses: actions/setup-node@v4
14
with:
15
- node-version: 20.x
+ node-version: 22.x
16
- name: 'Install'
17
run: |
18
npm install
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
- name: 'Build action for test'
35
36
.github/workflows/release.yml
0 commit comments