Skip to content

Commit

Permalink
ci: bump node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Jul 2, 2024
1 parent 96693f0 commit 9d5f935
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: "16"
node-version: "20"

- uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: "16"
node-version: "20"

- uses: actions/cache@v2
id: yarn-unplugged-cache
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: "16"
node-version: "20"

- uses: actions/cache@v2
id: yarn-unplugged-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
registry-url: https://registry.npmjs.org

- uses: actions/cache@v2
Expand Down

0 comments on commit 9d5f935

Please sign in to comment.