Skip to content

Commit

Permalink
ci update actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
João Pinho committed Dec 26, 2023
1 parent 5ef97b3 commit f99914a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand All @@ -31,8 +31,8 @@ jobs:
needs:
- test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
- run: npm ci
Expand Down

0 comments on commit f99914a

Please sign in to comment.