Skip to content

Commit

Permalink
Bump actions/setup-node from 1 to 2.5.1 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 18, 2022
1 parent b124303 commit cf25bcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
jobs:
tests:

env:
NODE_OPTIONS: "--trace-warnings"

runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -32,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: actions/cache@v2
Expand Down

0 comments on commit cf25bcc

Please sign in to comment.