Skip to content

Commit a5092e6

Browse files
Update dependencies
1 parent de6c171 commit a5092e6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,15 @@ on:
77

88
jobs:
99
build:
10-
1110
runs-on: ubuntu-latest
12-
13-
strategy:
14-
matrix:
15-
node-version: [16.x]
16-
1711
steps:
1812
- name: Checkout repository
1913
uses: actions/checkout@v3
2014

21-
- name: Set up Node.js ${{ matrix.node-version }}
15+
- name: Set up Node.js
2216
uses: actions/setup-node@v3
2317
with:
24-
node-version: ${{ matrix.node-version }}
18+
node-version: '20'
2519
cache: 'yarn'
2620

2721
- name: Install dependencies

0 commit comments

Comments
 (0)