Merge pull request #31 from latex-lsp/dependabot/github_actions/actions/setup-node-3

Bump actions/setup-node from 2 to 3
pull/511/head
Patrick Förster 2022-03-11 18:47:52 +07:00 committed by GitHub
commit 4b11d243bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -21,7 +21,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'