Skip to content

Commit

Permalink
update github ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CTyrannosaurus committed Jan 16, 2025
1 parent 297a39a commit 34502ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
if: runner.os == 'Windows'
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
architecture: 'x64'
- name: Create the npm cache directory
run: mkdir npm-cache && npm config set cache ./npm-cache --global
- name: Cache node modules
Expand Down

0 comments on commit 34502ef

Please sign in to comment.