We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7502ba commit 263e1fdCopy full SHA for 263e1fd
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v5
16
- name: Use Node.js
17
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
18
with:
19
node-version: ${{ matrix.node-version }}
20
cache: 'npm'
.github/workflows/SEND_MESSAGE.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
node-version: 20
0 commit comments