Skip to content

Commit

Permalink
chore: bump node (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Mar 19, 2024
1 parent 502b33a commit 119a913
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down

0 comments on commit 119a913

Please sign in to comment.