Skip to content

Commit 1a05e94

Browse files
authored
chore: bump node and vitest version
1 parent a97089c commit 1a05e94

File tree

5 files changed

+253
-466
lines changed

5 files changed

+253
-466
lines changed

Diff for: .github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm run test
2020

@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 20
29+
node-version: 22
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm i -g vsce
3232
- run: vsce publish -p ${{ secrets.VSCE_PAT }}

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.16.0
1+
v22

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Security to invite users to upgrade in case of vulnerabilities.
1414
### Changed
1515

1616
- Social and preview logos with new official CSS logo
17+
- Bump node and vitest version
1718

1819
## 1.5.2 - 2024/08/16
1920

0 commit comments

Comments
 (0)