Skip to content

Commit

Permalink
Upgrade GitHub build action to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Aug 26, 2024
1 parent 181cbf0 commit 1a0d02a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@ on:
pull_request:
branches:
- master
- v1.0.X
- v1.1.X
push:
branches:
- master
- v1.0.X
- v1.1.X

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [
10,
12,
14,
20
]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1a0d02a

Please sign in to comment.