Skip to content

Commit

Permalink
chore(ci): update node version for GitHub Actions (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 authored Feb 16, 2024
1 parent b0f5c39 commit 98633c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-cargo-make-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
id: pnpm-install
with:
Expand Down

0 comments on commit 98633c8

Please sign in to comment.