We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ace81c commit 5908c39Copy full SHA for 5908c39
1 file changed
.github/workflows/synchronise.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup node
16
uses: actions/setup-node@v4.0.2
17
with:
18
- node-version: 18.17.x
+ node-version: 20.15.x
19
cache: npm
20
- name: Install
21
run: npm install
0 commit comments