Skip to content

Commit

Permalink
chore: update review workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Nov 21, 2023
1 parent fa3a689 commit 10c6a9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
build:
strategy:
matrix:
node: [16.x]
node: [18.x]
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗 Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down

0 comments on commit 10c6a9c

Please sign in to comment.