We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f20f6 commit 3de21a9Copy full SHA for 3de21a9
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: '12.x'
+ node-version: '22.x'
14
- run: npm install
15
- run: npm run build
16
- name: commit changes
0 commit comments