We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79a471 commit be4b4e2Copy full SHA for be4b4e2
2 files changed
.github/workflows/build-test.yml
@@ -21,13 +21,13 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
strategy:
23
matrix:
24
- node-version: ['14.x', '16.x']
+ node-version: ['16.x']
25
os: [ubuntu-latest]
26
27
steps:
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
29
- name: Set up Node
30
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
31
with:
32
node-version: ${{ matrix.node-version }}
33
- name: Execute build and unit tests
.github/workflows/deploy.yml
@@ -27,9 +27,9 @@ jobs:
persist-credentials: false
- name: Set up Node and Build for Deploy
- node-version: 14
+ node-version: 16
- name: Install Dependencies
34
run: yarn install --immutable
35
- name: Build
0 commit comments