Skip to content

Commit

Permalink
Enforce to use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahend1 committed Nov 29, 2024
1 parent 884cf05 commit 374b51e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 22

- name: Install vsce and open vsx
run: |
npm install -g @vscode/vsce
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.2.2

- name: "Get changed files"
id: getChangedFiles
Expand Down

0 comments on commit 374b51e

Please sign in to comment.