Skip to content

Commit

Permalink
update action versions & add yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Sep 5, 2024
1 parent b3ff879 commit b79a7c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn

- name: install
run: yarn install
Expand Down

0 comments on commit b79a7c2

Please sign in to comment.