Skip to content

Commit

Permalink
Use Node v20 via actions/setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Oct 31, 2024
1 parent b64e648 commit d006926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ["12"]
node_version: ["20"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: "Set up Node ${{ matrix.node_version }}"
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: "yarn"
Expand Down

0 comments on commit d006926

Please sign in to comment.