We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb0ae7 commit fb2cff6Copy full SHA for fb2cff6
.github/workflows/ci.yml
@@ -21,10 +21,8 @@ jobs:
21
- "6881:6881"
22
- "6881:6881/udp"
23
steps:
24
- - name: checkout
25
- uses: actions/checkout@v3
26
- - name: setup node
27
- uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v3
28
with:
29
node-version: 20
30
cache: 'npm'
@@ -48,7 +46,9 @@ jobs:
48
46
pull-requests: write # to be able to comment on released pull requests
49
47
id-token: write # to enable use of OIDC for npm provenance
50
51
- - uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
52
53
54
.nvmrc
@@ -1 +1 @@
1
-20
+21
0 commit comments