Skip to content

Commit

Permalink
Merge pull request #161 from adangel/upgrade-actions-and-node
Browse files Browse the repository at this point in the history
Upgrade actions and node
  • Loading branch information
adangel authored Apr 11, 2024
2 parents 3111f41 + 52f536c commit 74ec3e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: Install npm dependencies
run: npm ci
Expand All @@ -32,7 +32,7 @@ jobs:
if: runner.os == 'Linux'
run: npm run vscode:package
- name: Upload extension
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: runner.os == 'Linux'
with:
name: vscode-apex-pmd
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
### Changed

- Upgraded github actions and node by @adangel in [#161](https://github.com/ChuckJonas/vscode-apex-pmd/pull/161)

### Deprecated
### Removed
### Fixed
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"ts-loader": "^8.0.2",
"tslint": "^5.16.0",
"typescript": "^3.8.3",
"@vscode/test-electron": "^2.3.4",
"@vscode/test-electron": "^2.3.9",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
Expand Down

0 comments on commit 74ec3e5

Please sign in to comment.