Skip to content

Commit

Permalink
chore: Set node version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Sep 27, 2024
1 parent 7804ca2 commit 8613def
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest

- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main

Expand Down

0 comments on commit 8613def

Please sign in to comment.