Skip to content

Commit f149420

Browse files
author
Gabriel P.
committed
fix(ci): upgrade node
1 parent f520d3f commit f149420

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
jobs:
1010
lint_build:
@@ -22,8 +22,8 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '16'
26-
cache: 'pnpm'
25+
node-version: "18"
26+
cache: "pnpm"
2727

2828
- name: Install dependencies
2929
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)