Skip to content

Commit

Permalink
Merge pull request #145 from curbengh/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
curbengh authored Jan 28, 2024
2 parents 3cc6f5e + bfcd93e commit d99caaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Cache NPM dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Bun
Expand Down

0 comments on commit d99caaf

Please sign in to comment.