Skip to content

Commit

Permalink
Merge pull request #8 from bcomnes/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-v2.1.1

Bump actions/setup-node from v1 to v2.1.1
  • Loading branch information
bcomnes authored Sep 7, 2020
2 parents 1097af2 + ba95cc7 commit 4d7e2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.1
with:
node-version: ${{ matrix.node-version }}
- run: sudo apt-get install xvfb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
Expand Down

0 comments on commit 4d7e2b8

Please sign in to comment.