Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed May 17, 2024
1 parent 33ece07 commit 2ce7635
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/contract-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
cache: "npm"

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: "**/node_modules"
Expand All @@ -41,16 +41,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
cache: "npm"

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: "**/node_modules"
Expand Down

0 comments on commit 2ce7635

Please sign in to comment.