Skip to content

Commit e1db4a5

Browse files
committed
Update npm-publish.yml
1 parent 245d27e commit e1db4a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/npm-publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
test:
1919
name: Test
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Update packages
2323
run: sudo apt-get update
@@ -35,9 +35,6 @@ jobs:
3535
- name: Install Dependencies
3636
run: npm ci
3737

38-
- name: Build
39-
run: npm run build
40-
4138
- name: Run tests
4239
run: npm test
4340

0 commit comments

Comments
 (0)