Skip to content

Commit

Permalink
chore: build and node upgrade on yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWoetzel committed Nov 14, 2023
1 parent 9ba591f commit cfbd6b5
Show file tree
Hide file tree
Showing 10 changed files with 20,118 additions and 19,245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Node Version
uses: actions/setup-node@v3
with:
node-version: 18.16.0
node-version: 20.9.0
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Node Version
uses: actions/setup-node@v3
with:
node-version: 18.16.0
node-version: 20.9.0
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Node Version
uses: actions/setup-node@v3
with:
node-version: 18.16.0
node-version: 20.9.0
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Node Version
uses: actions/setup-node@v3
with:
node-version: 18.16.0
node-version: 20.9.0
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
Loading

0 comments on commit cfbd6b5

Please sign in to comment.