Skip to content

Commit

Permalink
Use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Vylpes committed Nov 10, 2024
1 parent f6f1241 commit 91dec5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test

0 comments on commit 91dec5f

Please sign in to comment.