We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5380c91 commit 3811eb0Copy full SHA for 3811eb0
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Node
27
uses: actions/setup-node@v3
28
with:
29
- node-version: 12
+ node-version: 22
30
architecture: x64
31
32
- name: Setup pnpm
@@ -69,7 +69,7 @@ jobs:
69
- uses: UziTech/action-setup-atom@v1
70
- uses: actions/setup-node@v3
71
72
- node-version: "14.x"
+ node-version: "22.x"
73
- name: NPM install
74
run: npm install
75
0 commit comments