Skip to content

Commit

Permalink
Merge pull request #589 from w3c/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-3.6.0

build(deps): bump actions/setup-node from 3.5.1 to 3.6.0
  • Loading branch information
deniak authored Jan 9, 2023
2 parents d54b9fc + 1e934df commit 04a3d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 04a3d11

Please sign in to comment.