We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cbda4 commit e915763Copy full SHA for e915763
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4.0.4
22
with:
23
- node-version: 16.x
+ node-version: 22.x
24
25
- run: npm ci
26
- run: npm run build
0 commit comments