Skip to content

Commit 1d680d4

Browse files
committed
Updating github workflows
1 parent 83d3caf commit 1d680d4

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
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x]
15+
node-version: [20.x, 22.x]
1616

1717
steps:
1818
- name: Checkout Repository
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 1
2222

2323
- name: Setup Node ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
always-auth: false
2727
node-version: ${{ matrix.node-version }}
@@ -30,10 +30,10 @@ jobs:
3030
run: npm install
3131

3232
- name: Build
33-
run: npm run rollup
33+
run: npm run build
3434

3535
- name: Run Tests
36-
run: npm run test
36+
run: npm test
3737

3838
automerge:
3939
needs: build

0 commit comments

Comments
 (0)