Skip to content

Commit

Permalink
chore(repo): bump node versions in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Oct 5, 2024
1 parent 266198c commit e6f2356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: ^12.13
node-version: ^14.21

- name: Yarn install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [^12.13]
node-version: [^14.21]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e6f2356

Please sign in to comment.