Skip to content

Commit

Permalink
updated steps
Browse files Browse the repository at this point in the history
csaba-kovacs committed Feb 13, 2024
1 parent a2df197 commit a2ffb10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js v20
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2
with:
node-version: 20
- name: Notify slack
@@ -28,7 +28,7 @@ jobs:
- name: Get yarn cache
id: yarn-cache
run: echo "dir=$(yarn cache dir)" >>$GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 comments on commit a2ffb10

Please sign in to comment.