Skip to content

Commit

Permalink
Fixed deprecated Node.js 16 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarhiievHE committed Jan 26, 2024
1 parent 8089f92 commit c20ba52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup (on MacOS)
if: runner.os == 'macOS'
Expand Down Expand Up @@ -86,11 +86,11 @@ jobs:
done
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit c20ba52

Please sign in to comment.