Skip to content

Commit

Permalink
docs(README): update dependency versions (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Mar 27, 2024
1 parent 129abb7 commit e280758
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: pnpm/action-setup@v3
with:
Expand All @@ -113,12 +113,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- uses: pnpm/action-setup@v3
name: Install pnpm
Expand All @@ -131,7 +131,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand Down

0 comments on commit e280758

Please sign in to comment.