Skip to content

Commit

Permalink
chore(build): update github actions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwinters committed Nov 15, 2023
1 parent b79a471 commit be4b4e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: ['14.x', '16.x']
node-version: ['16.x']
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Execute build and unit tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
with:
persist-credentials: false
- name: Set up Node and Build for Deploy
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Install Dependencies
run: yarn install --immutable
- name: Build
Expand Down

0 comments on commit be4b4e2

Please sign in to comment.