Skip to content

Commit

Permalink
fix: pinned node version to 20.9.0 in all github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
1p22geo committed Jun 7, 2024
1 parent 64f7f56 commit 0ad544e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '20.9.0'

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.9.0
cache: "yarn"

- name: Install dependencies
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.9.0
cache: "yarn"

- name: Cache Next Build
Expand Down

0 comments on commit 0ad544e

Please sign in to comment.