Skip to content

Commit

Permalink
fix: use last lts
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam committed Nov 14, 2023
1 parent ce6e286 commit e521d88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version: lts/*

- name: Install & Patch packages
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version: lts/*
- name: Build SDK
run: |
rm -rf ./**/node_modules/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version: lts/*

- name: Install packages
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version: lts/*

- name: Install & Patch packages
run: yarn install
Expand Down

0 comments on commit e521d88

Please sign in to comment.