We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174a53b commit bcf5433Copy full SHA for bcf5433
.github/workflows/create-pr.yml
@@ -14,9 +14,9 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Set up Node.js
17
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
18
with:
19
- node-version: 'lts/20'
+ node-version: 20
20
21
- name: Install dependencies
22
run: yarn install --frozen-lockfile
.github/workflows/publish.yml
- name: Set up NPM auth
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
0 commit comments