We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d270b8 commit 82c3e5eCopy full SHA for 82c3e5e
.github/workflows/build.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/setup-node@v3
28
with:
29
- node-version: 18
+ node-version: 20
30
31
- name: Get yarn cache directory path (Windows)
32
if: ${{ inputs.runs-on == 'windows-2022' }}
.nvmrc
@@ -1 +1 @@
1
-18
+20
0 commit comments