Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Dec 11, 2023
1 parent 926dd08 commit 438326b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: test-node-12
name: test-older-node
on:
push:

concurrency:
group: test-node-12-branch-node-${{ github.ref }}
group: test-older-node-branch-node-${{ github.ref }}
cancel-in-progress: true

# TODO : delete this workflow on next major if we drop node 12, 14 and 16

jobs:
test-node-12:
test-older-node:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 438326b

Please sign in to comment.