Skip to content

Commit

Permalink
fix(actions): bump node setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 14, 2024
1 parent f794437 commit 4eb49cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
node_version: [18.x, 20.x]
command: ['lint', 'format', 'test', 'build']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: 'yarn'
Expand Down

0 comments on commit 4eb49cd

Please sign in to comment.