We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c932b27 commit 0bc0511Copy full SHA for 0bc0511
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
cache: 'npm'
28
node-version: ${{ matrix.node-version }}
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Use Node.js LTS
45
46
47
48
node-version: 'lts/*'
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments