Skip to content

Commit

Permalink
updates gh actions
Browse files Browse the repository at this point in the history
Signed-off-by: stadolf <[email protected]>
  • Loading branch information
elmariachi111 committed May 14, 2024
1 parent 3aa1af0 commit d831661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Smart contract tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -19,10 +19,10 @@ jobs:
with:
version: nightly-a117fbfa41edbaa1618ed099d78d65727bff4790

- name: Use Node.js 18
uses: actions/setup-node@v3
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Install node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit d831661

Please sign in to comment.