Skip to content

Commit

Permalink
fix: update node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsidzej committed Mar 7, 2024
1 parent 97173e6 commit 08fc6ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn build:dependencies
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn build:dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn build
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn format

0 comments on commit 08fc6ff

Please sign in to comment.