Skip to content

Commit

Permalink
Merge pull request #416 from kingdonb/node-19
Browse files Browse the repository at this point in the history
try node 19
  • Loading branch information
Kingdon Barrett authored Feb 13, 2023
2 parents fab571d + d99965b commit 5c9f1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # pin@v1
with:
node-version: 16
node-version: 19

- name: Install vsce globally
run: npm install -g vsce
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3
with:
node-version: '16'
node-version: '19'

- run: npm install

Expand Down

0 comments on commit 5c9f1e5

Please sign in to comment.