Skip to content

Commit

Permalink
build: bump workflows to Node v20.18 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Herman <[email protected]>
  • Loading branch information
GeekyEggo and GeekyEggo authored Oct 17, 2024
1 parent 7a078b5 commit 7618186
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 @@ -24,7 +24,7 @@ jobs:
Build:
strategy:
matrix:
node_version: ["20.15.0"]
node_version: ["20.18.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.15.0"
node-version: "20.18.0"
registry-url: "https://registry.npmjs.org"

- name: "📐 Install dependencies"
Expand Down

0 comments on commit 7618186

Please sign in to comment.