Skip to content

Commit

Permalink
Update github workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanluker authored Jun 5, 2023
1 parent 7c22444 commit 9256c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm ci && npm install
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v0
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm ci && npm install
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run ${{ matrix.test }}

0 comments on commit 9256c34

Please sign in to comment.