Skip to content

Commit

Permalink
Merge pull request #121 from http-tests/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-3

Bump actions/setup-node from 1 to 3
  • Loading branch information
mnot authored Sep 16, 2023
2 parents 27e216c + 207bfa3 commit 49d8557
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 @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g standard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Run browser tests
Expand Down

0 comments on commit 49d8557

Please sign in to comment.