Skip to content

Commit

Permalink
check for 17
Browse files Browse the repository at this point in the history
  • Loading branch information
HarithaVattikuti authored Dec 4, 2024
1 parent 8b32646 commit 6db5f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windowscacheissue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
- windows-latest
node:
- '14.18'
- '>=17.1'
steps:
- uses: actions/checkout@v4
- name: Set up Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.arch }}
Expand Down

0 comments on commit 6db5f7b

Please sign in to comment.