Skip to content

Commit

Permalink
chore: Use latest node for builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed Nov 16, 2024
1 parent eb5b4bd commit 92a6270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18
node-version: latest
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-scripts
- name: Prettier
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18
node-version: latest
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-scripts
- name: Release
Expand Down

0 comments on commit 92a6270

Please sign in to comment.