Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Aug 22, 2024
1 parent b45fec2 commit 7bf84f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
- uses: actions/cache@v2
node-version: 22.x
- uses: actions/cache@v4
id: npm-cache
with:
path: '**/node_modules'
Expand Down

0 comments on commit 7bf84f8

Please sign in to comment.