Skip to content

Commit

Permalink
build: update Node.js version of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Sep 26, 2024
1 parent 99320b0 commit 21bb088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
Build:
strategy:
matrix:
node_version: ["20.5.1", "20.8.1"]
node_version: ["20.15.0"]
os: ["macos-latest", "windows-latest"]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "🗃️ Setup Node"
uses: actions/setup-node@v4
with:
node-version: "20.8.1"
node-version: "20.15.0"
registry-url: "https://registry.npmjs.org"

- name: "📐 Install dependencies"
Expand Down

0 comments on commit 21bb088

Please sign in to comment.