Skip to content

Commit

Permalink
Update node used in CI (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Sep 18, 2024
1 parent 681135a commit 542c1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
uses: actions/checkout@v4

- name: "Prepare: Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: v12.x
node-version: v22.x

- name: "Prepare: Get Build Artifact"
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 542c1c0

Please sign in to comment.