We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dbb2a commit f7bf24cCopy full SHA for f7bf24c
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
node_version: [18, 20, 22, 23]
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
- name: Use Node ${{matrix.node_version}}
23
uses: actions/setup-node@master
24
with:
0 commit comments