Skip to content

Commit e87a1ab

Browse files
authored
fix: update build pipeline (#171)
1 parent 4656873 commit e87a1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 21.x]
15+
node-version: [18.x, 20.x, 21.x, 22.x]
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323

2424
- name: 📌 Install
25-
run: yarn
25+
run: yarn install --frozen-lockfile
2626

2727
- name: 🔨 Build
2828
run: yarn build

0 commit comments

Comments
 (0)