Skip to content

Commit

Permalink
Merge pull request #685 from github/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
zkoppert authored Feb 29, 2024
2 parents 6a2ff4a + 52b0524 commit f938bc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 8
- name: Install Bower
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: npm
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 12
cache: yarn
Expand All @@ -458,7 +458,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 12
cache: yarn
Expand Down

0 comments on commit f938bc6

Please sign in to comment.