Skip to content

Commit

Permalink
ci: fix key usage in action/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed May 17, 2021
1 parent 099340c commit 67b257f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v2.1.5
with:
node: 16
node-version: 16
registry-url: https://registry.npmjs.org/
if: steps.release.outputs.release_created

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.5
with:
node: 16
node-version: 16
- name: Install
run: npm install --ignore-scripts
- name: Run ESLint
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2.1.5
with:
node: ${{ matrix.node }}
node-version: ${{ matrix.node }}
- name: Install
run: npm install --ignore-scripts
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.5
with:
node: 16
node-version: 16
- name: Run Linkinator
run: npx linkinator '{,!(node_modules)/**/}*.md' --skip 'https:\/\/(?:www\.|)github\.com\/Fdawgs\/.*\/(?:commit|issues)\/, http://0.0.0.0'

0 comments on commit 67b257f

Please sign in to comment.