mirror of
https://github.com/nyanotech/recombobulator
synced 2025-12-16 03:20:22 -08:00
use dependency cache
This commit is contained in:
parent
1d5980a1c1
commit
3b1735a058
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: npm
|
||||
- run: npm install
|
||||
- run: npm i -g @vscode/vsce
|
||||
- run: "vsce publish -p $VSCE_TOKEN"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user