We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea6204 commit 6403700Copy full SHA for 6403700
1 file changed
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
- uses: actions/setup-node@v4
25
with:
26
- node-version: '20.18.3'
+ node-version: '20.19.0'
27
28
- name: install deps
29
run: cd .github/scripts && yarn install
0 commit comments