Skip to content

Commit ff80423

Browse files
committed
CI
1 parent 6ae15a5 commit ff80423

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
1-
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3-
4-
name: Node.js CI
5-
1+
name: Test and Pages
62
on:
73
push:
84
branches: [ "master" ]
95
pull_request:
106
branches: [ "master" ]
11-
127
jobs:
138
build:
14-
159
runs-on: ubuntu-latest
16-
17-
strategy:
18-
matrix:
19-
node-version: lts
20-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21-
2210
steps:
2311
- uses: actions/checkout@v4
2412
- uses: pnpm/action-setup@v4
2513
- uses: actions/setup-node@v4
2614
with:
27-
node-version: lts
15+
node-version: lts/*
2816
cache: 'pnpm'
2917
- run: npm test
3018
- run: npm build

0 commit comments

Comments
 (0)