Skip to content

Commit

Permalink
Use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwh committed Nov 10, 2024
1 parent 68226f0 commit f3cd1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.x
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Lint code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml.todo
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.x
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Build assets
Expand Down

0 comments on commit f3cd1bb

Please sign in to comment.