We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c496d11 commit c6ce6d0Copy full SHA for c6ce6d0
.github/workflows/cd.yml
@@ -49,7 +49,7 @@ jobs:
49
fetch-depth: 0 # Fetch all history for all tags and branches
50
- uses: actions/setup-node@v4
51
with:
52
- node-version: 20
+ node-version: 24
53
# this line is required for the setup-node action to be able to run the npm publish below.
54
registry-url: 'https://registry.npmjs.org'
55
- uses: fregante/setup-git-user@v1
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
11
12
13
cache: npm
14
15
0 commit comments