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.
2 parents 1f23c29 + b606886 commit 022f564Copy full SHA for 022f564
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v5
24
25
- name: Set up Node.js
26
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
27
with:
28
node-version: lts/*
29
cache: 'npm'
@@ -57,7 +57,7 @@ jobs:
57
go-version: ">1.0.0"
58
59
- name: Set up Node.js ${{ matrix.node-version }}
60
61
62
node-version: ${{ matrix.node-version }}
63
.github/workflows/mod-update.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Setup Node.js
20
21
22
0 commit comments