Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #220 from amtrack/chore/ci-gha-node-version
Browse files Browse the repository at this point in the history
chore(CI): resolve Node.js version from .node-version file
  • Loading branch information
amtrack authored Nov 10, 2023
2 parents dadb2c0 + a65c594 commit 4f295de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: .node-version
- name: Install dependencies
run: |
yarn install
Expand Down

0 comments on commit 4f295de

Please sign in to comment.