Skip to content

Commit c797ec8

Browse files
committed
fix(ExtendedFormData): typo
1 parent ea7a739 commit c797ec8

File tree

4 files changed

+4394
-540
lines changed

4 files changed

+4394
-540
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: "20"
27+
node-version: "22"
2828
- name: Install modules
2929
run: |
3030
npm ci
@@ -33,6 +33,5 @@ jobs:
3333
if: github.ref == 'refs/heads/main'
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3736
run: |
3837
npm run create-release

0 commit comments

Comments
 (0)