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 a2d876c commit 4c04e24Copy full SHA for 4c04e24
.github/workflows/canary-release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0 # Needed to get the commit number with "git rev-list --count HEAD"
18
19
- name: Set up Node
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
21
with:
22
node-version: lts/*
23
cache: yarn
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v5
14
15
16
0 commit comments