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 4fdff7d commit af1649eCopy full SHA for af1649e
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 22.14
+ node-version: 22.19
20
- name: Trying to install dependencies and build the application
21
run: |
22
yarn --version
.nvmrc
@@ -1 +1 @@
1
-22.15
+22.20
0 commit comments