Skip to content

Commit

Permalink
chore: bump node and vitest version
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman authored Nov 17, 2024
1 parent a97089c commit 1a05e94
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 466 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
- run: npm ci
- run: npm run test

Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm i -g vsce
- run: vsce publish -p ${{ secrets.VSCE_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.16.0
v22
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Security to invite users to upgrade in case of vulnerabilities.
### Changed

- Social and preview logos with new official CSS logo
- Bump node and vitest version

## 1.5.2 - 2024/08/16

Expand Down
Loading

0 comments on commit 1a05e94

Please sign in to comment.