Skip to content

Commit

Permalink
bump node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brendarearden committed Jul 18, 2024
1 parent 47207e0 commit c2c8f92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v2-beta
with:
node-version: 12
node-version: 18

- name: Install dependencies
run: yarn --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
node:
- '10.18'
- '12.x'
- '14.x'
- '18.x'
- '20.x'
- '22.x'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c2c8f92

Please sign in to comment.