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 431baab commit 1fe956dCopy full SHA for 1fe956d
2 files changed
.github/workflows/build.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: Install Node.js
122
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
123
with:
124
- node-version: "20"
+ node-version: "26"
125
126
- name: Install npm dependencies
127
run: npm i
.github/workflows/quality.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
10
11
- node-version: 20
+ node-version: 26
12
- name: Install npm packages
13
run: npm install
14
- name: Check Prettier
0 commit comments