Skip to content

Commit

Permalink
Update Node (and action) version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm committed Jun 19, 2024
1 parent 8096181 commit 707b6a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 359 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node 18 📦
uses: actions/setup-node@v3
- name: Set up Node 22 📦
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: "22"
cache: npm

- name: Install dependencies 🧰
run: |
npm ci
npm install -g @vscode/vsce
run: npm ci

- name: Install vsce
run: npm install -g @vscode/vsce

- name: Build and package the extension 🔧
run: |
Expand Down
352 changes: 0 additions & 352 deletions package-lock.json

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

0 comments on commit 707b6a1

Please sign in to comment.