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 17f163a commit 78e3f21Copy full SHA for 78e3f21
1 file changed
.github/workflows/test-build.yml
@@ -65,7 +65,6 @@ jobs:
65
- name: Checkout
66
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
67
with:
68
- submodules: true
69
# `fetch-depth: 0` is required to create tags for new releases by Changesets.
70
fetch-depth: 0
71
# `persist-credentials: false` is important not only for security reasons
@@ -74,10 +73,12 @@ jobs:
74
73
# Ref: https://github.com/orgs/community/discussions/26220
75
persist-credentials: false
76
77
- - uses: ./.github/actions/init-all
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
78
79
node-version-file: ".nvmrc"
80
- protoc: false
+ cache: 'npm'
+
81
+ - run: npm install -g @changesets/cli
82
83
- name: Generate a token
84
id: generate-token
0 commit comments