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 02bd0da commit bd40e5cCopy full SHA for bd40e5c
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
- node-version: 18
+ node-version: lts/*
24
cache: yarn
25
- name: Install dependencies
26
run: yarn --immutable
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments