Skip to content

Commit

Permalink
Merge pull request #9 from loreum-org/chore/update-cli
Browse files Browse the repository at this point in the history
chore: Update github actions nodes version
  • Loading branch information
xhad authored Feb 15, 2024
2 parents d90e86e + 7b1e14c commit 968aafa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
tests:
name: Matchstick
runs-on: ubuntu-latest
runs-on: macos-12-m1
container: node:18

services:
Expand All @@ -29,9 +29,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 18
cache: "yarn"

- name: Install dependencies
Expand Down

0 comments on commit 968aafa

Please sign in to comment.