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 79a5414 commit 418612bCopy full SHA for 418612b
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v2
18
- uses: actions/setup-node@v2
19
with:
20
- node-version: '18'
+ node-version: '22'
21
cache: 'yarn'
22
- run: yarn install
23
- run: yarn lint
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
- run: yarn build:dist
.nvmrc
@@ -1 +1 @@
1
-18.19
+22
0 commit comments