Skip to content

Commit

Permalink
Try downgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGerleman committed Sep 5, 2023
1 parent 2cf0796 commit 8521982
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-js/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
uses: ./.github/actions/install-ninja

- name: Setup Node environment
uses: actions/setup-node@v3
uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
cache: yarn
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/validate-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: yarn install
run: yarn install --frozen-lockfile
- name: Setup
uses: ./.github/actions/setup-js

- name: yarn lint
run: yarn lint
Expand All @@ -77,9 +77,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: yarn install
run: yarn install --frozen-lockfile
working-directory: javascript
- name: Setup
uses: ./.github/actions/setup-js

- name: yarn tsc
run: yarn tsc
Expand Down

0 comments on commit 8521982

Please sign in to comment.