Skip to content

Commit

Permalink
Update deploy file to new versions
Browse files Browse the repository at this point in the history
- Updated actions/checkout from 3 to 4
- Updated actions/setup-node from 3 to 4
- Updated node-version dependency from 16 to latest
  • Loading branch information
kvba5 committed Oct 19, 2024
1 parent 6db0ada commit 8833868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
contents: write

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

- name: Prepare environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "latest"

- run: npm install --global pnpm
- run: npm install -g pnpm

- name: Install deps
run: pnpm m i
Expand Down

0 comments on commit 8833868

Please sign in to comment.