Skip to content

Commit b78e99c

Browse files
committed
use public actions
1 parent 7bae9c3 commit b78e99c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ jobs:
1515
contents: read
1616
steps:
1717
- uses: actions/checkout@v4
18-
- id: action-node-setup
19-
uses: mapbox/gha@action-node-setup-v1
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: 18
21+
- run: |
22+
npm ci
23+
- run: |
24+
npm run test

0 commit comments

Comments
 (0)