Skip to content

Commit

Permalink
πŸ’š Update node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
rdwz authored Nov 17, 2023
1 parent e991afc commit d8888c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ 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@4
with:
node-version: 16
node-version: 18

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit d8888c9

Please sign in to comment.