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 3ec4d12 commit e076333Copy full SHA for e076333
.github/workflows/lint.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Setup Node
44
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
45
with:
46
- node-version: 16
+ node-version: "lts/*"
47
48
- name: Install Node packages
49
run: npm ci --ignore-scripts
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments