We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7229f6d commit cb3658bCopy full SHA for cb3658b
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v5
23
24
- name: Setup Node.js
25
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
26
with:
27
node-version: ${{ env.NODE_VERSION }}
28
cache: npm
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments