Skip to content

Commit

Permalink
updated Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luth1um committed Jul 20, 2024
1 parent e868585 commit 639dfa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js ⚙️
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install 🕝
run: yarn install --frozen-lockfile
run: yarn --immutable

- name: Lint 🧐
run: yarn lint
Expand Down

0 comments on commit 639dfa3

Please sign in to comment.