Skip to content

Commit

Permalink
chore: bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jan 15, 2025
1 parent c7ddf0a commit b0f9d3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: make
- uses: actions/setup-node@v3
with:
node-version: 20.5.1
node-version: 22.9.0
- name: Build site
run: make build-site

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22.9.0
registry-url: "https://registry.npmjs.org"
- name: Install Dependices
run: make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 20.5.1
node-version: 22.9.0
- name: Install Dependices
run: pnpm install
- name: Prepare Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.5.1
v22.9.0

0 comments on commit b0f9d3a

Please sign in to comment.