Skip to content

Commit

Permalink
Update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Aug 13, 2024
1 parent db4f521 commit 147a91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 147a91b

Please sign in to comment.