Skip to content

Commit 35c135b

Browse files
chore: use github runners
1 parent 98fe6f6 commit 35c135b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ on:
66
pull_request:
77
branches: [ master ]
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410
build:
15-
runs-on: self-hosted-arc
11+
runs-on: ubuntu-latest
1612

1713
strategy:
1814
matrix:
19-
node-version: [16.x, 18.x, 20.x]
15+
node-version: [18.x, 20.x, 22.x]
2016

2117
steps:
2218
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)