Skip to content

Commit

Permalink
actions: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 15, 2025
1 parent 08a6dde commit 0ac05d1
Show file tree
Hide file tree
Showing 3 changed files with 1,224 additions and 568 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ 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:
node-version: '16'
node-version: '20'
- run: |
npm ci
npm run build
npx @vscode/vsce package
env:
CI: true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: lime-vscode-extension
path: lime-vscode-extension-*.vsix
Expand Down
Loading

0 comments on commit 0ac05d1

Please sign in to comment.