We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2fd4c commit 7229f6dCopy full SHA for 7229f6d
1 file changed
.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@v4
+ uses: actions/setup-node@v5
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