Skip to content

Commit

Permalink
ci: upgrade actions to latest versions and use Node.js v18
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavopch committed Jul 4, 2023
1 parent 834091d commit c01619f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x

- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit c01619f

Please sign in to comment.