Skip to content

Commit

Permalink
chore: upgrade to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Feb 1, 2024
1 parent f0b46c7 commit 4062956
Show file tree
Hide file tree
Showing 7 changed files with 50,825 additions and 22,557 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- macos-latest
- windows-latest
node:
- 16
- 20
steps:
- name: Checkout Source
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.5.0...master)
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.6.0...master)

## [1.6.0](https://github.com/HaaLeo/publish-vscode-extension/tree/1.6.0) 2024-02-01

### Changed

* Upgraded the action's node version to v20 [#50](https://github.com/HaaLeo/publish-vscode-extension/issues/50)
* Changed build target from `es6` to `es2022`

### Security
* Updated dependencies to
* `@vscode/[email protected]`

[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.5.0...v1.6.0)

## [1.5.0](https://github.com/HaaLeo/publish-vscode-extension/tree/1.5.0) 2023-10-03

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ outputs:
description: The path to the packaged and published VSIX file.

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 4062956

Please sign in to comment.