Skip to content

Commit 3f5fcdf

Browse files
authored
Update glhf-ecs.yml
1 parent 4bef8c8 commit 3f5fcdf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/glhf-ecs.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ on:
99
pull_request:
1010
branches: [ "main" ]
1111

12-
defaults:
13-
run:
14-
working-directory: ./packages/glhf-ecs
12+
1513

1614
jobs:
1715
build:
1816
runs-on: ubuntu-latest
1917

2018
strategy:
2119
matrix:
22-
node-version: [18.x]
20+
node-version: [20.x]
2321
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2422

2523

@@ -31,5 +29,8 @@ jobs:
3129
node-version: ${{ matrix.node-version }}
3230
cache: 'npm'
3331
- run: npm ci
32+
working-directory: ./packages/glhf-ecs
3433
- run: npm run build --if-present
34+
working-directory: ./packages/glhf-ecs
3535
- run: npm test
36+
working-directory: ./packages/glhf-ecs

0 commit comments

Comments
 (0)