Skip to content

Commit

Permalink
update github actions, node deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer authored Jun 11, 2024
1 parent c21e949 commit eea281a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
cache-dependency-path: vscode-client/package-lock.json
- name: Install vsce
run: npm i -g @vscode/vsce
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
Expand All @@ -29,7 +29,7 @@ jobs:
npm run build-dev-linux
vsce package
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: luceedebug
path: |
Expand Down

0 comments on commit eea281a

Please sign in to comment.