Skip to content

Commit

Permalink
ci(actions): build on node 16, test on 18
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed May 8, 2022
1 parent 09e0aeb commit 4e9dd98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- 12.x
- 14.x
- 16.x
- 17.x
- 18.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- 12.x
- 14.x
- 16.x
- 17.x
- 18.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: yarn
- run: yarn build
- run: yarn test
Expand Down

0 comments on commit 4e9dd98

Please sign in to comment.