Skip to content

Commit

Permalink
Upgrade GitHub actions/checkout: v3 => v4
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Jan 17, 2025
1 parent 72d2447 commit a0f1450
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
node-version: [16.x, 18.x, 20.x, 22.x]

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

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"

- run: npm ci
- run: npm run build --if-present
- run: npm run lint --if-present
Expand Down

0 comments on commit a0f1450

Please sign in to comment.