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 5310f7a commit 7f24ed9Copy full SHA for 7f24ed9
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ needs.deduplicate.outputs.should_skip != 'true' }}
30
strategy:
31
matrix:
32
- node: ['14', '16', '18']
+ node: ['18', '20']
33
34
steps:
35
- name: Get Yarn cache path
.node-version
@@ -1 +1 @@
1
-18.18.2
+20.9.0
0 commit comments