Skip to content

Commit

Permalink
Update versions in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Feb 3, 2024
1 parent 44bb674 commit 4439168
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7.x.x
- uses: actions/setup-node@v3
version: 8.x.x
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: pnpm

- name: pnpm install
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
Expand Down

0 comments on commit 4439168

Please sign in to comment.