Skip to content

Commit 82528ea

Browse files
authored
Update build.yml
1 parent 0fd1ff2 commit 82528ea

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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-
41
name: CI
52

63
env:
@@ -16,17 +13,12 @@ jobs:
1613
build:
1714
runs-on: ubuntu-latest
1815

19-
strategy:
20-
matrix:
21-
node-version: [16.x]
22-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
23-
2416
steps:
2517
- uses: actions/checkout@v3
2618
- name: Use Node.js ${{ matrix.node-version }}
2719
uses: actions/setup-node@v3
2820
with:
29-
node-version: ${{ matrix.node-version }}
21+
node-version: 20.x
3022
cache: 'npm'
3123
- run: npm ci
3224
- run: npm run build

0 commit comments

Comments
 (0)