Skip to content

Commit

Permalink
⬆️ Update actions/setup-node to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Dec 11, 2021
1 parent 82d7962 commit a7f08e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: lts/*

- name: Install dependencies
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: lts/*

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit a7f08e7

Please sign in to comment.